Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.h882 #define ZEND_REQUIRE_ONCE (1<<4) macro
H A Dzend_builtin_functions.c2517 case ZEND_REQUIRE_ONCE: in ZEND_FUNCTION()
2758 case ZEND_REQUIRE_ONCE: in zend_fetch_debug_backtrace()
H A Dzend_language_parser.y1269 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE_ONCE, $2); }
H A Dzend_ast.c1263 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
H A Dzend_execute.c2801 case ZEND_REQUIRE_ONCE: { in zend_include_or_eval()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c1659 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in file_cache_compile_file()
1944 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in persistent_compile_file()
2020 EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { in persistent_zend_resolve_path()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_dump.c494 case ZEND_REQUIRE_ONCE: in zend_dump_op()
/PHP-7.1/main/
H A Dmain.c835 case ZEND_REQUIRE_ONCE: in php_verror()

Completed in 75 milliseconds