Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_list.c381 PHPDBG_G(compile_file) = zend_compile_file; in phpdbg_init_list()
383 zend_compile_file = phpdbg_compile_file; in phpdbg_init_list()
388 PHPDBG_G(init_compile_file) = zend_compile_file; in phpdbg_list_update()
389 zend_compile_file = phpdbg_init_compile_file; in phpdbg_list_update()
H A Dphpdbg_prompt.c603 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
/PHP-7.1/Zend/
H A Dzend.c706 zend_compile_file = dtrace_compile_file; in zend_startup()
710 zend_compile_file = compile_file; in zend_startup()
716 zend_compile_file = compile_file; in zend_startup()
1476 op_array = zend_compile_file(file_handle, type); in zend_execute_scripts()
H A Dzend_compile.h701 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type);
H A Dzend_language_scanner.l662 retval = zend_compile_file(&file_handle, type); in compile_filename()
H A Dzend_execute.c2821 …zend_op_array *op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZE… in zend_include_or_eval()
H A Dzend_language_scanner.c664 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
/PHP-7.1/ext/phar/
H A Dphar.c3431 phar_orig_compile_file = zend_compile_file;
3432 zend_compile_file = phar_compile_file;
3452 if (zend_compile_file == phar_compile_file) {
3453 zend_compile_file = phar_orig_compile_file;
H A Dphar_object.c250 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c2896 accelerator_orig_compile_file = zend_compile_file;
2897 zend_compile_file = persistent_compile_file;
2991 zend_compile_file = accelerator_orig_compile_file;
/PHP-7.1/ext/spl/
H A Dphp_spl.c280 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
/PHP-7.1/main/
H A Dmain.c2703 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()

Completed in 164 milliseconds