Home
last modified time | relevance | path

Searched refs:zend_compile_file (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.c682 zend_compile_file = dtrace_compile_file; in zend_startup()
686 zend_compile_file = compile_file; in zend_startup()
1319 EG(active_op_array) = zend_compile_file(file_handle, type TSRMLS_CC); in zend_execute_scripts()
H A Dzend_compile.h427 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_…
H A Dzend_language_scanner.l631 retval = zend_compile_file(&file_handle, type TSRMLS_CC); in compile_filename()
H A Dzend_language_scanner.c633 retval = zend_compile_file(&file_handle, type TSRMLS_CC); in compile_filename()
H A Dzend_vm_def.h3792 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC…
H A Dzend_compile.c100 ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC); variable
H A Dzend_vm_execute.h2696 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
8007 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
13324 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
30994 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
/PHP-5.5/ext/phar/
H A Dphar.c3483 phar_orig_compile_file = zend_compile_file;
3484 zend_compile_file = phar_compile_file;
3504 if (zend_compile_file == phar_compile_file) {
3505 zend_compile_file = phar_orig_compile_file;
H A Dphar_object.c277 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC); in phar_file_action()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2586 accelerator_orig_compile_file = zend_compile_file;
2587 zend_compile_file = persistent_compile_file;
2705 zend_compile_file = accelerator_orig_compile_file;
/PHP-5.5/ext/spl/
H A Dphp_spl.c283 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC); in spl_autoload()
/PHP-5.5/main/
H A Dmain.c2647 op_array = zend_compile_file(file, ZEND_INCLUDE TSRMLS_CC); in php_lint_script()

Completed in 239 milliseconds