Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h821 #define ZEND_NAME_RELATIVE 2 macro
H A Dzend_language_parser.y304 | T_NAMESPACE T_NS_SEPARATOR namespace_name { $$ = $3; $$->attr = ZEND_NAME_RELATIVE; }
H A Dzend_ast.c689 } else if (ast->attr == ZEND_NAME_RELATIVE) { in zend_ast_export_ns_name()
H A Dzend_compile.c785 if (type == ZEND_NAME_RELATIVE) { in zend_resolve_non_class_name()
842 if (type == ZEND_NAME_RELATIVE) { in zend_resolve_class_name()
6611 …l(resolved_name, "__COMPILER_HALT_OFFSET__") || (name_ast->attr != ZEND_NAME_RELATIVE && zend_stri… in zend_compile_const()

Completed in 42 milliseconds