Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_parser.y1155 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1157 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1159 { $$ = zend_ast_create_ex(ZEND_AST_DIM, ZEND_DIM_ALTERNATIVE_SYNTAX, $1, $3); }
1191 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1193 { $$ = zend_ast_create_ex(ZEND_AST_DIM, ZEND_DIM_ALTERNATIVE_SYNTAX, $1, $3); }
1265 { $$ = zend_ast_create(ZEND_AST_DIM,
1275 { $$ = zend_ast_create(ZEND_AST_DIM,
H A Dzend_ast.h106 ZEND_AST_DIM = 2 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_compile.c2782 case ZEND_AST_DIM: in zend_compile_assign()
2949 case ZEND_AST_DIM: in zend_compile_compound_assign()
4179 case ZEND_AST_DIM: in zend_compile_unset()
7650 case ZEND_AST_DIM: in zend_compile_assign_coalesce()
7860 case ZEND_AST_DIM: in zend_compile_isset_or_empty()
8287 || kind == ZEND_AST_CONDITIONAL || kind == ZEND_AST_DIM in zend_is_allowed_in_const_expr()
8610 case ZEND_AST_DIM: in zend_compile_expr()
8734 case ZEND_AST_DIM: in zend_compile_var()
8769 case ZEND_AST_DIM: in zend_delayed_compile_var()
8870 if (ast->child[0]->kind == ZEND_AST_DIM) { in zend_eval_const_expr()
[all …]
H A Dzend_ast.c706 case ZEND_AST_DIM: in zend_ast_evaluate()
1679 case ZEND_AST_DIM: in zend_ast_export_ex()

Completed in 36 milliseconds