Home
last modified time | relevance | path

Searched refs:ZEND_REQUIRE (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-sapi.c272 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 Dphpdbg_list.c239 if (type == ZEND_REQUIRE) { in phpdbg_compile_file()
/PHP-8.3/ext/readline/
H A Dreadline_cli.c616 zend_execute_scripts(ZEND_REQUIRE, NULL, 1, &prepend_file); in readline_shell_run()
/PHP-8.3/main/
H A Dmain.c1002 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 Dphp_spl.c268 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c1741 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 Dzend_compile.h991 #define ZEND_REQUIRE (1<<3) macro
H A Dzend_builtin_functions.c1892 case ZEND_REQUIRE: in zend_fetch_debug_backtrace()
H A Dzend_language_parser.y1588 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE, $2); }
H A Dzend.c1908 } else if (type==ZEND_REQUIRE) { in zend_execute_scripts()
H A Dzend_language_scanner.l646 if (type==ZEND_REQUIRE) { in compile_file()
H A Dzend_ast.c2032 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
H A Dzend_execute.c4923 …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 Dzend_dump.c563 case ZEND_REQUIRE: in zend_dump_op()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c2284 if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE, &retval, 1, &zfd)) { in php_cli_server_dispatch_router()
/PHP-8.3/ext/phar/
H A Dphar_object.c245 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()

Completed in 120 milliseconds