Searched refs:ZEND_AST_CLASS_CONST (Results 1 – 4 of 4) sorted by relevance
105 ZEND_AST_CLASS_CONST, enumerator
1073 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $3); }1075 { $$ = zend_ast_create(ZEND_AST_CLASS_CONST, $1, $3); }
1338 case ZEND_AST_CLASS_CONST: in zend_ast_export_ex()
6905 || 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