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
10
runtime.h
Normal file
10
runtime.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef _GOPHP_CAPI_RUNTIME_H
|
||||
#define _GOPHP_CAPI_RUNTIME_H
|
||||
|
||||
#include <Zend/zend_compile.h>
|
||||
|
||||
extern zend_op_array* compile(char *code);
|
||||
|
||||
void exec(zend_op_array *code, zval* retval);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue