Home
last modified time | relevance | path

Searched refs:ZEND_INCLUDE_ONCE (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.h910 #define ZEND_INCLUDE_ONCE (1<<2) macro
H A Dzend_builtin_functions.c2331 case ZEND_INCLUDE_ONCE: in ZEND_FUNCTION()
2564 case ZEND_INCLUDE_ONCE: in zend_fetch_debug_backtrace()
H A Dzend_execute.c4256 case ZEND_INCLUDE_ONCE: in zend_include_or_eval()
4270 (type == ZEND_INCLUDE_ONCE) ? in zend_include_or_eval()
4285 …zend_op_array *op_array = zend_compile_file(&file_handle, (type==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZE… in zend_include_or_eval()
4299 (type == ZEND_INCLUDE_ONCE) ? in zend_include_or_eval()
H A Dzend_language_parser.y1294 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_INCLUDE_ONCE, $2); }
H A Dzend_ast.c1625 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c537 case ZEND_INCLUDE_ONCE: in zend_dump_op()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1857 (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && in file_cache_compile_file()
2178 (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && in persistent_compile_file()
2268 (EG(current_execute_data)->opline->extended_value == ZEND_INCLUDE_ONCE || in persistent_zend_resolve_path()
/PHP-7.4/main/
H A Dmain.c1039 case ZEND_INCLUDE_ONCE: in php_verror()

Completed in 61 milliseconds