Home
last modified time | relevance | path

Searched refs:compile_file (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_dtrace.d26 probe compile__file__entry(char * compile_file, char *compile_file_translated);
27 probe compile__file__return(char *compile_file, char *compile_file_translated);
H A Dzend_dtrace.c50 res = compile_file(file_handle, type); in dtrace_compile_file()
H A Dzend.c695 zend_compile_file = compile_file; in zend_startup()
701 zend_compile_file = compile_file; in zend_startup()
H A Dzend_compile.h725 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type);
H A Dzend_language_scanner.l572 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in END_EXTERN_C()
H A Dzend_language_scanner.c574 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in END_EXTERN_C()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c243 return PHPDBG_G(compile_file)(file, type); in phpdbg_compile_file()
273 ret = PHPDBG_G(compile_file)(&fake, type); in phpdbg_compile_file()
392 PHPDBG_G(compile_file) = zend_compile_file; in phpdbg_init_list()
H A Dphpdbg.h270 zend_op_array *(*compile_file)(zend_file_handle *file_handle, int type); variable

Completed in 88 milliseconds