Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h104 ZEND_AST_CLASS_CONST, enumerator
H A Dzend_language_parser.y1091 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $3); }
1093 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $3); }
H A Dzend_ast.c1339 case ZEND_AST_CLASS_CONST: in zend_ast_export_ex()
H A Dzend_compile.c7606 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr()
7718 case ZEND_AST_CLASS_CONST: in zend_compile_const_expr()
8001 case ZEND_AST_CLASS_CONST: in zend_compile_expr()
8302 case ZEND_AST_CLASS_CONST: in zend_eval_const_expr()

Completed in 58 milliseconds