Searched refs:ZEND_AST_CONST (Results 1 – 4 of 4) sorted by relevance
72 ZEND_AST_CONST, enumerator
1123 name { $$ = zend_ast_create(ZEND_AST_CONST, $1); }
3546 } else if (args->child[2]->kind == ZEND_AST_CONST) { in zend_compile_func_in_array()8290 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr()8412 case ZEND_AST_CONST: in zend_compile_const_expr()8702 case ZEND_AST_CONST: in zend_compile_expr()8993 case ZEND_AST_CONST: in zend_eval_const_expr()
1572 case ZEND_AST_CONST: in zend_ast_export_ex()
Completed in 33 milliseconds