Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y1444 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1470 | '$' simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1482 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1500 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1506 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1558 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1561 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1564 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1567 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1574 zend_ast_create(ZEND_AST_VAR, $2), $4); }
[all …]
H A Dzend_compile.c2683 return ast->kind == ZEND_AST_VAR in zend_is_variable()
3416 case ZEND_AST_VAR: in zend_compile_assign()
3586 case ZEND_AST_VAR: in zend_compile_compound_assign()
3788 if (arg->kind == ZEND_AST_VAR) { in zend_compile_args()
5235 case ZEND_AST_VAR: in zend_compile_unset()
7484 if (ast->kind == ZEND_AST_VAR) { in find_implicit_binds_recursively()
9646 case ZEND_AST_VAR: in zend_compile_assign_coalesce()
9887 case ZEND_AST_VAR: in zend_compile_isset_or_empty()
10738 case ZEND_AST_VAR: in zend_compile_expr_inner()
10890 case ZEND_AST_VAR: in zend_compile_var_inner()
[all …]
H A Dzend_ast.h78 ZEND_AST_VAR = 1 << ZEND_AST_NUM_CHILDREN_SHIFT, enumerator
H A Dzend_ast.c1132 if (EXPECTED(ast->kind >= ZEND_AST_VAR)) { in zend_ast_destroy()
1384 } else if (ast->kind == ZEND_AST_VAR) { in zend_ast_export_var()
1418 } else if (ast->kind == ZEND_AST_VAR && in zend_ast_export_encaps_list()
1972 case ZEND_AST_VAR: in zend_ast_export_ex()
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst91 ZEND_AST_VAR {

Completed in 53 milliseconds