Searched refs:zend_compile_file (Results 1 – 13 of 13) sorted by relevance
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_list.c | 381 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 D | phpdbg_prompt.c | 603 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
|
/PHP-7.1/Zend/ |
H A D | zend.c | 706 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 D | zend_compile.h | 701 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type);
|
H A D | zend_language_scanner.l | 662 retval = zend_compile_file(&file_handle, type); in compile_filename()
|
H A D | zend_execute.c | 2821 …zend_op_array *op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZE… in zend_include_or_eval()
|
H A D | zend_language_scanner.c | 664 retval = zend_compile_file(&file_handle, type); in compile_filename()
|
H A D | zend_compile.c | 81 ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type); variable
|
/PHP-7.1/ext/phar/ |
H A D | phar.c | 3431 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 D | phar_object.c | 250 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
|
/PHP-7.1/ext/opcache/ |
H A D | ZendAccelerator.c | 2896 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 D | php_spl.c | 280 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
|
/PHP-7.1/main/ |
H A D | main.c | 2703 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()
|
Completed in 124 milliseconds