Searched refs:ZEND_AST_ARRAY (Results 1 – 4 of 4) sorted by relevance
45 ZEND_AST_ARRAY, enumerator
393 case ZEND_AST_ARRAY: in zend_ast_evaluate()1127 case ZEND_AST_ARRAY: in zend_ast_export_ex()
2681 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_emit_assign_znode()2816 if (var_ast->kind == ZEND_AST_ARRAY) { in zend_verify_list_assign_target()2947 if (var_ast->kind == ZEND_AST_ARRAY && zend_list_has_assign_to(var_ast, name)) { in zend_list_has_assign_to()3030 case ZEND_AST_ARRAY: in zend_compile_assign()4519 if (key_ast->kind == ZEND_AST_ARRAY) { in zend_compile_foreach()7605 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()7995 case ZEND_AST_ARRAY: in zend_compile_expr()8277 case ZEND_AST_ARRAY: in zend_eval_const_expr()
1199 { $$ = zend_ast_create_list(1, ZEND_AST_ARRAY, $1); }
Completed in 42 milliseconds