compile_file 685 Zend/zend.c zend_compile_file = compile_file; compile_file 725 Zend/zend_compile.h ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type); compile_file 50 Zend/zend_dtrace.c res = compile_file(file_handle, type); compile_file 574 Zend/zend_language_scanner.c ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) compile_file 269 sapi/phpdbg/phpdbg.h zend_op_array *(*compile_file)(zend_file_handle *file_handle, int type); compile_file 277 sapi/phpdbg/phpdbg_list.c ret = PHPDBG_G(compile_file)(&fake, type); compile_file 382 sapi/phpdbg/phpdbg_list.c PHPDBG_G(compile_file) = zend_compile_file;