Searched refs:ZEND_AST_ARRAY (Results 1 – 4 of 4) sorted by relevance
46 ZEND_AST_ARRAY, enumerator
1187 /* empty */ { $$ = zend_ast_create_list(0, ZEND_AST_ARRAY); }1195 { $$ = zend_ast_create_list(1, ZEND_AST_ARRAY, $1); }
393 case ZEND_AST_ARRAY: in zend_ast_evaluate()1126 case ZEND_AST_ARRAY: in zend_ast_export_ex()
6904 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()7294 case ZEND_AST_ARRAY: in zend_compile_expr()7576 case ZEND_AST_ARRAY: in zend_eval_const_expr()
Completed in 91 milliseconds