Home
last modified time | relevance | path

Searched refs:ZEND_INCLUDE (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c944 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
947 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c723 zend_execute_scripts(ZEND_INCLUDE, NULL, 1, &zfd); in php_handler()
/PHP-8.3/Zend/
H A Dzend_compile.h989 #define ZEND_INCLUDE (1<<1) macro
H A Dzend_language_parser.y1582 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_INCLUDE, $2); }
H A Dzend_builtin_functions.c1889 case ZEND_INCLUDE: in zend_fetch_debug_backtrace()
H A Dzend_execute.c4923 …new_op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)… in zend_include_or_eval()
4937 case ZEND_INCLUDE: in zend_include_or_eval()
4941 (type == ZEND_INCLUDE) ? in zend_include_or_eval()
H A Dzend_ast.c2030 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
/PHP-8.3/main/
H A Dmain.c994 case ZEND_INCLUDE: in php_verror()
2658 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()
/PHP-8.3/Zend/Optimizer/
H A Dzend_dump.c557 case ZEND_INCLUDE: in zend_dump_op()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c568 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()

Completed in 61 milliseconds