init_compile_file  270 sapi/phpdbg/phpdbg.h 	zend_op_array *(*init_compile_file)(zend_file_handle *file_handle, int type);
init_compile_file  305 sapi/phpdbg/phpdbg_list.c 	op_array = PHPDBG_G(init_compile_file)(file, type);
init_compile_file  390 sapi/phpdbg/phpdbg_list.c 	PHPDBG_G(init_compile_file) = zend_compile_file;