Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.h107 ZEND_AST_PROP, enumerator
H A Dzend_language_parser.y1171 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1195 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1268 { $$ = zend_ast_create(ZEND_AST_PROP,
H A Dzend_compile.c2217 while (ast->kind == ZEND_AST_DIM || ast->kind == ZEND_AST_PROP) { in zend_can_write_to_variable()
2805 case ZEND_AST_PROP: in zend_compile_assign()
2960 case ZEND_AST_PROP: in zend_compile_compound_assign()
4183 case ZEND_AST_PROP: in zend_compile_unset()
7431 if (var_ast->kind == ZEND_AST_PROP) { in zend_compile_post_incdec()
7455 if (var_ast->kind == ZEND_AST_PROP) { in zend_compile_pre_incdec()
7655 case ZEND_AST_PROP: in zend_compile_assign_coalesce()
7864 case ZEND_AST_PROP: in zend_compile_isset_or_empty()
8611 case ZEND_AST_PROP: in zend_compile_expr()
8736 case ZEND_AST_PROP: in zend_compile_var()
[all …]
H A Dzend_ast.c1687 case ZEND_AST_PROP: in zend_ast_export_ex()

Completed in 33 milliseconds