Searched refs:ZEND_AST_DIM (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_language_parser.y | 1113 { $$ = 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 D | zend_ast.h | 101 ZEND_AST_DIM = 2 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
|
H A D | zend_compile.c | 2100 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 D | zend_ast.c | 422 case ZEND_AST_DIM: in zend_ast_evaluate() 1314 case ZEND_AST_DIM: in zend_ast_export_ex()
|
Completed in 77 milliseconds