Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c245 if (type == ZEND_REQUIRE) { in phpdbg_compile_file()
/PHP-7.4/main/
H A Dmain.c1043 case ZEND_REQUIRE: in php_verror()
2669 if (zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p) == SUCCESS) { in php_execute_script()
2671 retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 2, primary_file, append_file_p) == SUCCESS); in php_execute_script()
2674 …retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 3, prepend_file_p, primary_file, append_file_p)… in php_execute_script()
2724 zend_execute_scripts(ZEND_REQUIRE, ret, 1, primary_file); in php_execute_simple_script()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c600 zend_execute_scripts(ZEND_REQUIRE, NULL, 1, &prepend_file); in readline_shell_run()
/PHP-7.4/Zend/
H A Dzend_compile.h911 #define ZEND_REQUIRE (1<<3) macro
H A Dzend_builtin_functions.c2328 case ZEND_REQUIRE: in ZEND_FUNCTION()
2561 case ZEND_REQUIRE: in zend_fetch_debug_backtrace()
H A Dzend_language_parser.y1298 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE, $2); }
H A Dzend.c1691 } else if (type==ZEND_REQUIRE) { in zend_execute_scripts()
H A Dzend_language_scanner.l641 if (type==ZEND_REQUIRE) { in compile_file()
H A Dzend_ast.c1628 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
H A Dzend_execute.c4285 …y *op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)); in zend_include_or_eval()
4307 case ZEND_REQUIRE: in zend_include_or_eval()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1684 if (type == ZEND_REQUIRE) { in opcache_compile_file()
1834 if (type == ZEND_REQUIRE) { in file_cache_compile_file()
1990 if (type == ZEND_REQUIRE) { in persistent_compile_file()
2048 if (type == ZEND_REQUIRE) { in persistent_compile_file()
4366 op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in accel_preload()
/PHP-7.4/ext/spl/
H A Dphp_spl.c283 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c540 case ZEND_REQUIRE: in zend_dump_op()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2228 if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE, &retval, 1, &zfd)) { in php_cli_server_dispatch_router()
/PHP-7.4/ext/phar/
H A Dphar_object.c244 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()

Completed in 1958 milliseconds