mirror of
https://github.com/laravel-ls/go-php
synced 2026-06-16 03:54:55 +02:00
Initial commit
This commit is contained in:
commit
4cbf7e62b7
19 changed files with 1295 additions and 0 deletions
6
context.c
Normal file
6
context.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
#include <zend_API.h>
|
||||
|
||||
void context_bind(char *name, zval *value) {
|
||||
zend_hash_str_update(&EG(symbol_table), name, strlen(name), value);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue