Searched refs:zend_compile_file (Results 1 – 14 of 14) sorted by relevance
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_list.c | 392 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 D | phpdbg_prompt.c | 604 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
|
/PHP-7.0/Zend/ |
H A D | zend.c | 691 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 D | zend_compile.h | 670 extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type);
|
H A D | zend_language_scanner.l | 649 retval = zend_compile_file(&file_handle, type); in compile_filename()
|
H A D | zend_language_scanner.c | 651 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
|
H A D | zend_vm_def.h | 5468 …new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INC…
|
H A D | zend_vm_execute.h | 3641 …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 D | phar.c | 3448 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 D | phar_object.c | 259 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
|
/PHP-7.0/ext/opcache/ |
H A D | ZendAccelerator.c | 2843 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 D | php_spl.c | 281 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
|
/PHP-7.0/main/ |
H A D | main.c | 2642 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()
|
Completed in 229 milliseconds