Home
last modified time | relevance | path

Searched refs:zend_compile_file (Results 1 – 13 of 13) sorted by path

/PHP-5.6/Zend/
H A Dzend.c685 zend_compile_file = dtrace_compile_file; in zend_startup()
689 zend_compile_file = compile_file; in zend_startup()
1333 EG(active_op_array) = zend_compile_file(file_handle, type TSRMLS_CC); in zend_execute_scripts()
H A Dzend_compile.c97 ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC); variable
H A Dzend_compile.h440 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_…
H A Dzend_language_scanner.c631 retval = zend_compile_file(&file_handle, type TSRMLS_CC); in compile_filename()
H A Dzend_language_scanner.l629 retval = zend_compile_file(&file_handle, type TSRMLS_CC); in compile_filename()
H A Dzend_vm_def.h4016 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC…
H A Dzend_vm_execute.h2968 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
8349 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
13733 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC… in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
31573 …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.6/ext/opcache/
H A DZendAccelerator.c2686 accelerator_orig_compile_file = zend_compile_file;
2687 zend_compile_file = persistent_compile_file;
2805 zend_compile_file = accelerator_orig_compile_file;
/PHP-5.6/ext/phar/
H A Dphar.c3473 phar_orig_compile_file = zend_compile_file;
3474 zend_compile_file = phar_compile_file;
3494 if (zend_compile_file == phar_compile_file) {
3495 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.6/ext/spl/
H A Dphp_spl.c283 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC); in spl_autoload()
/PHP-5.6/main/
H A Dmain.c2735 op_array = zend_compile_file(file, ZEND_INCLUDE TSRMLS_CC); in php_lint_script()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_prompt.c398 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE TSRMLS_CC); in phpdbg_compile()

Completed in 282 milliseconds