Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend.c681 zend_compile_file = dtrace_compile_file; in zend_startup()
685 zend_compile_file = compile_file; in zend_startup()
1321 EG(active_op_array) = zend_compile_file(file_handle, type TSRMLS_CC); in zend_execute_scripts()
H A Dzend_compile.h406 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_…
H A Dzend_language_scanner.l628 retval = zend_compile_file(&file_handle, type TSRMLS_CC); in compile_filename()
H A Dzend_language_scanner.c630 retval = zend_compile_file(&file_handle, type TSRMLS_CC); in compile_filename()
H A Dzend_vm_def.h3761 …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.h2589 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
7019 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
11446 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
27423 …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.4/ext/phar/
H A Dphar.c3559 phar_orig_compile_file = zend_compile_file;
3560 zend_compile_file = phar_compile_file;
3585 if (zend_compile_file == phar_compile_file) {
3586 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.4/ext/spl/
H A Dphp_spl.c283 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC); in spl_autoload()
/PHP-5.4/main/
H A Dmain.c2624 op_array = zend_compile_file(file, ZEND_INCLUDE TSRMLS_CC); in php_lint_script()

Completed in 168 milliseconds