Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_language_parser.y1111 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1147 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1163 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1169 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1221 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1224 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1227 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1229 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1231 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1234 zend_ast_create(ZEND_AST_VAR, $2), $4); }
[all …]
H A Dzend_ast.h67 ZEND_AST_VAR = 1 << 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()
2582 case ZEND_AST_VAR: in zend_compile_assign()
2686 case ZEND_AST_VAR: in zend_compile_compound_assign()
3516 zend_ast *fetch_ast = zend_ast_create(ZEND_AST_VAR, var_ast); in zend_compile_static_var_common()
3550 case ZEND_AST_VAR: in zend_compile_unset()
3979 if (value_ast->kind == ZEND_AST_VAR && in zend_compile_foreach()
6461 case ZEND_AST_VAR: in zend_compile_isset_or_empty()
6500 if (expr_ast->kind == ZEND_AST_VAR) { in zend_compile_silence()
7207 case ZEND_AST_VAR: in zend_compile_expr()
7323 case ZEND_AST_VAR: in zend_compile_var()
[all …]
H A Dzend_ast.c747 } else if (ast->kind == ZEND_AST_VAR) { in zend_ast_export_var()
781 } else if (ast->kind == ZEND_AST_VAR && in zend_ast_export_encaps_list()
1203 case ZEND_AST_VAR: in zend_ast_export_ex()

Completed in 40 milliseconds