Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h49 ZEND_AST_ARRAY, enumerator
H A Dzend_compile.c2892 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_verify_list_assign_target()
2918 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_propagate_list_refs()
2999 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_compile_list_assign()
3137 case ZEND_AST_ARRAY: in zend_compile_assign()
4021 if (args->child[1]->kind != ZEND_AST_ARRAY in zend_compile_func_in_array()
5142 if (key_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
5151 if (value_ast->kind == ZEND_AST_ARRAY && zend_propagate_list_refs(value_ast)) { in zend_compile_foreach()
5182 if (value_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
9200 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
9613 case ZEND_AST_ARRAY: in zend_compile_expr_inner()
[all …]
H A Dzend_ast.c690 case ZEND_AST_ARRAY: in zend_ast_evaluate()
1583 case ZEND_AST_ARRAY: in zend_ast_export_ex()
H A Dzend_language_parser.y1386 { $$ = zend_ast_create_list(1, ZEND_AST_ARRAY, $1); }

Completed in 49 milliseconds