Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c887 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
890 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c706 zend_execute_scripts(ZEND_INCLUDE, NULL, 1, &zfd); in php_handler()
/PHP-8.0/Zend/
H A Dzend_compile.h930 #define ZEND_INCLUDE (1<<1) macro
H A Dzend_builtin_functions.c1800 case ZEND_INCLUDE: in ZEND_FUNCTION()
2032 case ZEND_INCLUDE: in zend_fetch_debug_backtrace()
H A Dzend_language_parser.y1453 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_INCLUDE, $2); }
H A Dzend_execute.c4458 …y *op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)); in zend_include_or_eval()
4479 case ZEND_INCLUDE: in zend_include_or_eval()
4483 (type == ZEND_INCLUDE) ? in zend_include_or_eval()
H A Dzend_ast.c1742 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
/PHP-8.0/main/
H A Dmain.c975 case ZEND_INCLUDE: in php_verror()
2668 op_array = zend_compile_file(file, ZEND_INCLUDE); in php_lint_script()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dump.c520 case ZEND_INCLUDE: in zend_dump_op()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c571 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()

Completed in 61 milliseconds