Searched refs:ZEND_REQUIRE (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 272 zend_op_array *op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in fuzzer_do_request_from_buffer()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_list.c | 239 if (type == ZEND_REQUIRE) { in phpdbg_compile_file()
|
/PHP-8.3/ext/readline/ |
H A D | readline_cli.c | 616 zend_execute_scripts(ZEND_REQUIRE, NULL, 1, &prepend_file); in readline_shell_run()
|
/PHP-8.3/main/ |
H A D | main.c | 1002 case ZEND_REQUIRE: in php_verror() 2528 …retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 3, prepend_file_p, primary_file, append_file_p)… in php_execute_script() 2584 zend_execute_scripts(ZEND_REQUIRE, ret, 1, primary_file); in php_execute_simple_script()
|
/PHP-8.3/ext/spl/ |
H A D | php_spl.c | 268 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 1741 if (type == ZEND_REQUIRE) { in opcache_compile_file() 1895 if (type == ZEND_REQUIRE) { in file_cache_compile_file() 2045 if (type == ZEND_REQUIRE) { in persistent_compile_file() 2102 if (type == ZEND_REQUIRE) { in persistent_compile_file() 4357 op_array = zend_compile_file(&file_handle, ZEND_REQUIRE);
|
/PHP-8.3/Zend/ |
H A D | zend_compile.h | 991 #define ZEND_REQUIRE (1<<3) macro
|
H A D | zend_builtin_functions.c | 1892 case ZEND_REQUIRE: in zend_fetch_debug_backtrace()
|
H A D | zend_language_parser.y | 1588 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE, $2); }
|
H A D | zend.c | 1908 } else if (type==ZEND_REQUIRE) { in zend_execute_scripts()
|
H A D | zend_language_scanner.l | 646 if (type==ZEND_REQUIRE) { in compile_file()
|
H A D | zend_ast.c | 2032 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
|
H A D | zend_execute.c | 4923 …ew_op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)); in zend_include_or_eval() 4938 case ZEND_REQUIRE: in zend_include_or_eval()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_dump.c | 563 case ZEND_REQUIRE: in zend_dump_op()
|
/PHP-8.3/sapi/cli/ |
H A D | php_cli_server.c | 2284 if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE, &retval, 1, &zfd)) { in php_cli_server_dispatch_router()
|
/PHP-8.3/ext/phar/ |
H A D | phar_object.c | 245 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
|
Completed in 120 milliseconds