#ifndef _GOPHP_CAPI_COMPILE_H #define _GOPHP_CAPI_COMPILE_H #include extern zend_op_array* compile(char *code); #endif