Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.h49 ZEND_AST_ARRAY, enumerator
H A Dzend_compile.c3197 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_verify_list_assign_target()
3223 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_propagate_list_refs()
3314 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_compile_list_assign()
3461 case ZEND_AST_ARRAY: in zend_compile_assign()
4377 if (args->child[1]->kind != ZEND_AST_ARRAY in zend_compile_func_in_array()
5732 if (key_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
5741 if (value_ast->kind == ZEND_AST_ARRAY && zend_propagate_list_refs(value_ast)) { in zend_compile_foreach()
5772 if (value_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
10342 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
10830 case ZEND_AST_ARRAY: in zend_compile_expr_inner()
[all …]
H A Dzend_ast.c720 case ZEND_AST_ARRAY: in zend_ast_evaluate_inner()
1864 case ZEND_AST_ARRAY: in zend_ast_export_ex()
H A Dzend_language_parser.y1523 { $$ = zend_ast_create_list(1, ZEND_AST_ARRAY, $1); }

Completed in 55 milliseconds