Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c369 PHPDBG_G(compile_file) = zend_compile_file; in phpdbg_init_list()
371 zend_compile_file = phpdbg_compile_file; in phpdbg_init_list()
376 PHPDBG_G(init_compile_file) = zend_compile_file; in phpdbg_list_update()
377 zend_compile_file = phpdbg_init_compile_file; in phpdbg_list_update()
H A Dphpdbg_prompt.c579 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
/PHP-7.4/Zend/
H A Dzend.c843 zend_compile_file = dtrace_compile_file; in zend_startup()
847 zend_compile_file = compile_file; in zend_startup()
853 zend_compile_file = compile_file; in zend_startup()
1673 op_array = zend_compile_file(file_handle, type); in zend_execute_scripts()
H A Dzend_compile.h724 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type);
H A Dzend_language_scanner.l670 retval = zend_compile_file(&file_handle, type); in compile_filename()
H A Dzend_execute.c4285 …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_compile.c73 ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type); variable
/PHP-7.4/ext/phar/
H A Dphar.c3434 phar_orig_compile_file = zend_compile_file; in PHP_MINIT_FUNCTION()
3435 zend_compile_file = phar_compile_file; in PHP_MINIT_FUNCTION()
3455 if (zend_compile_file == phar_compile_file) { in PHP_MSHUTDOWN_FUNCTION()
3456 zend_compile_file = phar_orig_compile_file; in PHP_MSHUTDOWN_FUNCTION()
H A Dphar_object.c244 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3010 accelerator_orig_compile_file = zend_compile_file; in accel_post_startup()
3011 zend_compile_file = persistent_compile_file; in accel_post_startup()
3103 zend_compile_file = accelerator_orig_compile_file; in accel_shutdown()
4366 op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in accel_preload()
/PHP-7.4/ext/spl/
H A Dphp_spl.c283 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
/PHP-7.4/main/
H A Dmain.c2801 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()

Completed in 115 milliseconds