Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h856 #define ZEND_REQUIRE_ONCE (1<<4) macro
H A Dzend_builtin_functions.c2434 case ZEND_REQUIRE_ONCE: in ZEND_FUNCTION()
2669 case ZEND_REQUIRE_ONCE: in zend_fetch_debug_backtrace()
H A Dzend_language_parser.y1257 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE_ONCE, $2); }
H A Dzend_ast.c1262 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
H A Dzend_vm_def.h5448 case ZEND_REQUIRE_ONCE: {
H A Dzend_vm_execute.h3621 case ZEND_REQUIRE_ONCE: {
29480 case ZEND_REQUIRE_ONCE: {
41092 case ZEND_REQUIRE_ONCE: {
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1633 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in file_cache_compile_file()
1908 EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { in persistent_compile_file()
1980 EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { in persistent_zend_resolve_path()
/PHP-7.0/main/
H A Dmain.c795 case ZEND_REQUIRE_ONCE: in php_verror()

Completed in 197 milliseconds