Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h49 ZEND_AST_ARRAY, enumerator
H A Dzend_compile.c2584 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()
[all …]
H A Dzend_ast.c659 case ZEND_AST_ARRAY: in zend_ast_evaluate()
1475 case ZEND_AST_ARRAY: in zend_ast_export_ex()
H A Dzend_language_parser.y1228 { $$ = zend_ast_create_list(1, ZEND_AST_ARRAY, $1); }

Completed in 41 milliseconds