Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y1446 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1448 { $$ = zend_ast_create_ex(ZEND_AST_DIM, ZEND_DIM_ALTERNATIVE_SYNTAX, $1, $3); }
1484 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1486 { $$ = zend_ast_create_ex(ZEND_AST_DIM, ZEND_DIM_ALTERNATIVE_SYNTAX, $1, $3); }
1560 { $$ = zend_ast_create(ZEND_AST_DIM,
1573 { $$ = zend_ast_create_ex(ZEND_AST_DIM, ZEND_ENCAPS_VAR_DOLLAR_CURLY,
H A Dzend_ast.h113 ZEND_AST_DIM = 2 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_compile.c2433 case ZEND_AST_DIM: in zend_ast_kind_is_short_circuited()
2449 case ZEND_AST_DIM: in zend_ast_is_short_circuited()
3436 case ZEND_AST_DIM: in zend_compile_assign()
3609 case ZEND_AST_DIM: in zend_compile_compound_assign()
5245 case ZEND_AST_DIM: in zend_compile_unset()
9656 case ZEND_AST_DIM: in zend_compile_assign_coalesce()
9898 case ZEND_AST_DIM: in zend_compile_isset_or_empty()
10739 case ZEND_AST_DIM: in zend_compile_expr_inner()
10892 case ZEND_AST_DIM: in zend_compile_var_inner()
10936 case ZEND_AST_DIM: in zend_delayed_compile_var()
[all …]
H A Dzend_ast.c767 case ZEND_AST_DIM: in zend_ast_evaluate_inner()
2083 case ZEND_AST_DIM: in zend_ast_export_ex()

Completed in 49 milliseconds