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.y1436 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1462 | '$' simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1474 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1492 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1498 | simple_variable { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1550 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1553 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1556 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1559 zend_ast_create(ZEND_AST_VAR, $1), $3); }
1566 zend_ast_create(ZEND_AST_VAR, $2), $4); }
[all …]
H A Dzend_compile.c2681 return ast->kind == ZEND_AST_VAR in zend_is_variable()
3404 case ZEND_AST_VAR: in zend_compile_assign()
3574 case ZEND_AST_VAR: in zend_compile_compound_assign()
3776 if (arg->kind == ZEND_AST_VAR) { in zend_compile_args()
5223 case ZEND_AST_VAR: in zend_compile_unset()
7472 if (ast->kind == ZEND_AST_VAR) { in find_implicit_binds_recursively()
9630 case ZEND_AST_VAR: in zend_compile_assign_coalesce()
9871 case ZEND_AST_VAR: in zend_compile_isset_or_empty()
10722 case ZEND_AST_VAR: in zend_compile_expr_inner()
10874 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 50 milliseconds