Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_language_parser.y1113 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1115 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1117 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1149 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1151 { $$ = zend_ast_create(ZEND_AST_DIM, $1, $3); }
1223 { $$ = zend_ast_create(ZEND_AST_DIM,
1233 { $$ = zend_ast_create(ZEND_AST_DIM,
H A Dzend_ast.h101 ZEND_AST_DIM = 2 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_compile.c2100 return ast->kind == ZEND_AST_VAR || ast->kind == ZEND_AST_DIM in zend_is_variable()
2590 case ZEND_AST_DIM: in zend_compile_assign()
2694 case ZEND_AST_DIM: in zend_compile_compound_assign()
3559 case ZEND_AST_DIM: in zend_compile_unset()
6470 case ZEND_AST_DIM: in zend_compile_isset_or_empty()
6903 || kind == ZEND_AST_CONDITIONAL || kind == ZEND_AST_DIM in zend_is_allowed_in_const_expr()
7208 case ZEND_AST_DIM: in zend_compile_expr()
7326 case ZEND_AST_DIM: in zend_compile_var()
7368 case ZEND_AST_DIM: in zend_delayed_compile_var()
7464 if (ast->child[0]->kind == ZEND_AST_DIM) { in zend_eval_const_expr()
[all …]
H A Dzend_ast.c422 case ZEND_AST_DIM: in zend_ast_evaluate()
1314 case ZEND_AST_DIM: in zend_ast_export_ex()

Completed in 41 milliseconds