Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_language_parser.y1307 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1345 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1363 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1421 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1424 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1427 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1430 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1432 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1434 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1437 zend_ast_create(ZEND_AST_VAR, $2), $4); }
[all …]
H A Dzend_ast.h75 ZEND_AST_VAR = 1 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_compile.c2464 return ast->kind == ZEND_AST_VAR in zend_is_variable()
3079 case ZEND_AST_VAR: in zend_compile_assign()
3254 case ZEND_AST_VAR: in zend_compile_compound_assign()
3456 if (arg->kind == ZEND_AST_VAR) { in zend_compile_args()
4645 case ZEND_AST_VAR: in zend_compile_unset()
6632 if (ast->kind == ZEND_AST_VAR) { in find_implicit_binds_recursively()
8544 case ZEND_AST_VAR: in zend_compile_assign_coalesce()
8759 case ZEND_AST_VAR: in zend_compile_isset_or_empty()
9521 case ZEND_AST_VAR: in zend_compile_expr_inner()
9659 case ZEND_AST_VAR: in zend_compile_var_inner()
[all …]
H A Dzend_ast.c862 if (EXPECTED(ast->kind >= ZEND_AST_VAR)) { in zend_ast_destroy()
1114 } else if (ast->kind == ZEND_AST_VAR) { in zend_ast_export_var()
1148 } else if (ast->kind == ZEND_AST_VAR && in zend_ast_export_encaps_list()
1684 case ZEND_AST_VAR: in zend_ast_export_ex()

Completed in 64 milliseconds