zend_compile_file  685 Zend/zend.c    	zend_compile_file = dtrace_compile_file;
zend_compile_file  689 Zend/zend.c    	zend_compile_file = compile_file;
zend_compile_file 1333 Zend/zend.c    		EG(active_op_array) = zend_compile_file(file_handle, type TSRMLS_CC);
zend_compile_file   97 Zend/zend_compile.c ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
zend_compile_file  440 Zend/zend_compile.h extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
zend_compile_file  631 Zend/zend_language_scanner.c 	retval = zend_compile_file(&file_handle, type TSRMLS_CC);
zend_compile_file 3993 Zend/zend_vm_def.h 							new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC);
zend_compile_file 2968 Zend/zend_vm_execute.h 							new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC);
zend_compile_file 8334 Zend/zend_vm_execute.h 							new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC);
zend_compile_file 13703 Zend/zend_vm_execute.h 							new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC);
zend_compile_file 31372 Zend/zend_vm_execute.h 							new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC);
zend_compile_file 2623 ext/opcache/ZendAccelerator.c 	accelerator_orig_compile_file = zend_compile_file;
zend_compile_file 2624 ext/opcache/ZendAccelerator.c 	zend_compile_file = persistent_compile_file;
zend_compile_file 2742 ext/opcache/ZendAccelerator.c 	zend_compile_file = accelerator_orig_compile_file;
zend_compile_file 3462 ext/phar/phar.c 	phar_orig_compile_file = zend_compile_file;
zend_compile_file 3463 ext/phar/phar.c 	zend_compile_file = phar_compile_file;
zend_compile_file 3483 ext/phar/phar.c 	if (zend_compile_file == phar_compile_file) {
zend_compile_file 3484 ext/phar/phar.c 		zend_compile_file = phar_orig_compile_file;
zend_compile_file  277 ext/phar/phar_object.c 				new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC);
zend_compile_file  283 ext/spl/php_spl.c 			new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC);
zend_compile_file 2735 main/main.c    		op_array = zend_compile_file(file, ZEND_INCLUDE TSRMLS_CC);
zend_compile_file  398 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE TSRMLS_CC);