Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h76 ZEND_AST_CONST, enumerator
H A Dzend_language_parser.y1260 name { $$ = zend_ast_create(ZEND_AST_CONST, $1); }
H A Dzend_compile.c3999 } else if (args->child[2]->kind == ZEND_AST_CONST) { in zend_compile_func_in_array()
9202 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr()
9329 case ZEND_AST_CONST: in zend_compile_const_expr()
9616 case ZEND_AST_CONST: in zend_compile_expr_inner()
9932 case ZEND_AST_CONST: in zend_eval_const_expr()
H A Dzend_ast.c1688 case ZEND_AST_CONST: in zend_ast_export_ex()

Completed in 49 milliseconds