Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h1015 #define ZEND_REQUIRE_ONCE (1<<4) macro
H A Dzend_language_parser.y1590 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE_ONCE, $2); }
H A Dzend_builtin_functions.c2022 case ZEND_REQUIRE_ONCE: in zend_fetch_debug_backtrace()
H A Dzend_ast.c2031 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
H A Dzend_execute.c4888 case ZEND_REQUIRE_ONCE: { in zend_include_or_eval()
/php-src/Zend/Optimizer/
H A Dzend_dump.c571 case ZEND_REQUIRE_ONCE: in zend_dump_op()
/php-src/ext/opcache/
H A DZendAccelerator.c1918 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in file_cache_compile_file()
2201 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in persistent_compile_file()
2510 EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { in persistent_zend_resolve_path()
/php-src/main/
H A Dmain.c1003 case ZEND_REQUIRE_ONCE: in php_verror()

Completed in 67 milliseconds