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.c3185 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_verify_list_assign_target()
3211 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_propagate_list_refs()
3302 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_compile_list_assign()
3449 case ZEND_AST_ARRAY: in zend_compile_assign()
4365 if (args->child[1]->kind != ZEND_AST_ARRAY in zend_compile_func_in_array()
5720 if (key_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
5729 if (value_ast->kind == ZEND_AST_ARRAY && zend_propagate_list_refs(value_ast)) { in zend_compile_foreach()
5760 if (value_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()
10326 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
10814 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.y1515 { $$ = zend_ast_create_list(1, ZEND_AST_ARRAY, $1); }

Completed in 50 milliseconds