Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h105 ZEND_AST_CLASS_CONST, enumerator
H A Dzend_language_parser.y1073 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $3); }
1075 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $3); }
H A Dzend_ast.c1338 case ZEND_AST_CLASS_CONST: in zend_ast_export_ex()
H A Dzend_compile.c6905 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr()
7017 case ZEND_AST_CLASS_CONST: in zend_compile_const_expr()
7300 case ZEND_AST_CLASS_CONST: in zend_compile_expr()
7601 case ZEND_AST_CLASS_CONST: in zend_eval_const_expr()

Completed in 32 milliseconds