Home
last modified time | relevance | path

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

/PHP-7.1/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.c710 zend_compile_file = compile_file; in zend_startup()
716 zend_compile_file = compile_file; in zend_startup()
H A Dzend_compile.h759 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type);
H A Dzend_language_scanner.l621 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in compile_file() function
H A Dzend_language_scanner.c623 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in compile_file() function
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_list.c244 return PHPDBG_G(compile_file)(file, type); in phpdbg_compile_file()
274 ret = PHPDBG_G(compile_file)(&fake, type); in phpdbg_compile_file()
381 PHPDBG_G(compile_file) = zend_compile_file; in phpdbg_init_list()
H A Dphpdbg.h276 zend_op_array *(*compile_file)(zend_file_handle *file_handle, int type); variable

Completed in 38 milliseconds