Searched refs:zend_compile_file (Results 1 – 14 of 14) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_list.c | 359 PHPDBG_G(compile_file) = zend_compile_file; in phpdbg_init_list() 361 zend_compile_file = phpdbg_compile_file; in phpdbg_init_list() 366 PHPDBG_G(init_compile_file) = zend_compile_file; in phpdbg_list_update() 367 zend_compile_file = phpdbg_init_compile_file; in phpdbg_list_update()
|
H A D | phpdbg_prompt.c | 568 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
|
/php-src/Zend/ |
H A D | zend_system_id.c | 72 if (zend_compile_file != compile_file) { in zend_finalize_system_id()
|
H A D | zend.c | 978 zend_compile_file = dtrace_compile_file; in zend_startup() 984 zend_compile_file = compile_file; in zend_startup() 990 zend_compile_file = compile_file; in zend_startup() 1927 zend_op_array *op_array = zend_compile_file(file_handle, type); in zend_execute_script()
|
H A D | zend_compile.h | 862 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type);
|
H A D | zend_language_scanner.l | 704 retval = zend_compile_file(&file_handle, type); in compile_filename()
|
H A D | zend_execute.c | 5155 …new_op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)… in zend_include_or_eval()
|
H A D | zend_compile.c | 87 ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type); variable
|
/php-src/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 270 zend_op_array *op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in fuzzer_do_request_from_buffer()
|
/php-src/ext/spl/ |
H A D | php_spl.c | 262 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
|
/php-src/ext/phar/ |
H A D | phar.c | 3410 phar_orig_compile_file = zend_compile_file; in PHP_MINIT_FUNCTION() 3411 zend_compile_file = phar_compile_file; in PHP_MINIT_FUNCTION() 3431 if (zend_compile_file == phar_compile_file) { in PHP_MSHUTDOWN_FUNCTION() 3432 zend_compile_file = phar_orig_compile_file; in PHP_MSHUTDOWN_FUNCTION()
|
H A D | phar_object.c | 253 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 3309 accelerator_orig_compile_file = zend_compile_file; 3310 zend_compile_file = persistent_compile_file; 3416 zend_compile_file = accelerator_orig_compile_file; 4389 op_array = zend_compile_file(&file_handle, ZEND_REQUIRE);
|
/php-src/main/ |
H A D | main.c | 2720 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()
|
Completed in 118 milliseconds