mirror of
https://github.com/laravel-ls/go-php
synced 2026-06-16 03:54:55 +02:00
6 lines
140 B
C
6 lines
140 B
C
|
|
#include <zend_API.h>
|
|
|
|
void context_bind(char *name, zval *value) {
|
|
zend_hash_str_update(&EG(symbol_table), name, strlen(name), value);
|
|
}
|