#ifndef _GOPHP_CAPI_RUNTIME_H #define _GOPHP_CAPI_RUNTIME_H #include extern zend_op_array* compile(char *code); void exec(zend_op_array *code, zval* retval); #endif