Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h985 #define ZEND_NAME_RELATIVE 2 macro
H A Dzend_language_parser.y354 | T_NAME_RELATIVE { $$ = $1; $$->attr = ZEND_NAME_RELATIVE; }
H A Dzend_ast.c1321 } else if (ast->attr == ZEND_NAME_RELATIVE) { in zend_ast_export_ns_name()
H A Dzend_compile.c1037 if (type == ZEND_NAME_RELATIVE) { in zend_resolve_non_class_name()
1098 if (type == ZEND_NAME_RELATIVE) { in zend_resolve_class_name()
1106 if (type == ZEND_NAME_RELATIVE) { in zend_resolve_class_name()
10047 …l(resolved_name, "__COMPILER_HALT_OFFSET__") || (name_ast->attr != ZEND_NAME_RELATIVE && zend_stri… in zend_compile_const()

Completed in 75 milliseconds