Lines Matching refs:ZEND_AST_ARRAY
2584 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_verify_list_assign_target()
2610 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_propagate_list_refs()
2688 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_compile_list_assign()
2815 case ZEND_AST_ARRAY: in zend_compile_assign()
3568 if (args->child[1]->kind != ZEND_AST_ARRAY in zend_compile_func_in_array()
4644 if (key_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
4653 if (value_ast->kind == ZEND_AST_ARRAY && zend_propagate_list_refs(value_ast)) { in zend_compile_foreach()
4684 if (value_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
8288 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
8699 case ZEND_AST_ARRAY: in zend_compile_expr()
8983 case ZEND_AST_ARRAY: in zend_eval_const_expr()