Home
last modified time | relevance | path

Searched refs:ZEND_NAME_RELATIVE (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_compile.h904 #define ZEND_NAME_RELATIVE 2 macro
H A Dzend_language_parser.y338 | T_NAME_RELATIVE { $$ = $1; $$->attr = ZEND_NAME_RELATIVE; }
H A Dzend_ast.c1051 } else if (ast->attr == ZEND_NAME_RELATIVE) { in zend_ast_export_ns_name()
H A Dzend_compile.c880 if (type == ZEND_NAME_RELATIVE) { in zend_resolve_non_class_name()
937 if (type == ZEND_NAME_RELATIVE) { in zend_resolve_class_name()
8919 …l(resolved_name, "__COMPILER_HALT_OFFSET__") || (name_ast->attr != ZEND_NAME_RELATIVE && zend_stri… in zend_compile_const()

Completed in 45 milliseconds