Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_ast.c1264 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
H A Dzend_builtin_functions.c2336 case ZEND_REQUIRE_ONCE: in ZEND_FUNCTION()
2577 case ZEND_REQUIRE_ONCE: in zend_fetch_debug_backtrace()
H A Dzend_compile.h892 #define ZEND_REQUIRE_ONCE (1<<4) macro
H A Dzend_execute.c2788 case ZEND_REQUIRE_ONCE: { in zend_include_or_eval()
H A Dzend_language_parser.y1274 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE_ONCE, $2); }
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_dump.c494 case ZEND_REQUIRE_ONCE: in zend_dump_op()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c1731 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in file_cache_compile_file()
2061 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in persistent_compile_file()
2136 EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { in persistent_zend_resolve_path()
/PHP-7.2/main/
H A Dmain.c829 case ZEND_REQUIRE_ONCE: in php_verror()

Completed in 56 milliseconds