Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c392 PHPDBG_G(compile_file) = zend_compile_file; in phpdbg_init_list()
395 zend_compile_file = phpdbg_compile_file; in phpdbg_init_list()
400 PHPDBG_G(init_compile_file) = zend_compile_file; in phpdbg_list_update()
401 zend_compile_file = phpdbg_init_compile_file; in phpdbg_list_update()
H A Dphpdbg_prompt.c604 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
/PHP-7.0/Zend/
H A Dzend.c691 zend_compile_file = dtrace_compile_file; in zend_startup()
695 zend_compile_file = compile_file; in zend_startup()
701 zend_compile_file = compile_file; in zend_startup()
1439 op_array = zend_compile_file(file_handle, type); in zend_execute_scripts()
H A Dzend_compile.h670 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type);
H A Dzend_language_scanner.l649 retval = zend_compile_file(&file_handle, type); in compile_filename()
H A Dzend_language_scanner.c651 retval = zend_compile_file(&file_handle, type); in compile_filename()
H A Dzend_compile.c81 ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type); variable
H A Dzend_vm_def.h5468 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC…
H A Dzend_vm_execute.h3641 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC…
29500 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC…
41112 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC…
/PHP-7.0/ext/phar/
H A Dphar.c3448 phar_orig_compile_file = zend_compile_file;
3449 zend_compile_file = phar_compile_file;
3469 if (zend_compile_file == phar_compile_file) {
3470 zend_compile_file = phar_orig_compile_file;
H A Dphar_object.c259 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c2843 accelerator_orig_compile_file = zend_compile_file;
2844 zend_compile_file = persistent_compile_file;
2934 zend_compile_file = accelerator_orig_compile_file;
/PHP-7.0/ext/spl/
H A Dphp_spl.c281 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
/PHP-7.0/main/
H A Dmain.c2642 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()

Completed in 243 milliseconds