Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h102 ZEND_AST_PROP, enumerator
H A Dzend_language_parser.y1129 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1153 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1226 { $$ = zend_ast_create(ZEND_AST_PROP,
H A Dzend_compile.c2101 || ast->kind == ZEND_AST_PROP || ast->kind == ZEND_AST_STATIC_PROP in zend_is_variable()
2125 while (ast->kind == ZEND_AST_DIM || ast->kind == ZEND_AST_PROP) { in zend_can_write_to_variable()
2606 case ZEND_AST_PROP: in zend_compile_assign()
2705 case ZEND_AST_PROP: in zend_compile_compound_assign()
3563 case ZEND_AST_PROP: in zend_compile_unset()
6174 if (var_ast->kind == ZEND_AST_PROP) { in zend_compile_post_incdec()
6194 if (var_ast->kind == ZEND_AST_PROP) { in zend_compile_pre_incdec()
6474 case ZEND_AST_PROP: in zend_compile_isset_or_empty()
7209 case ZEND_AST_PROP: in zend_compile_expr()
7329 case ZEND_AST_PROP: in zend_compile_var()
[all …]
H A Dzend_ast.c1322 case ZEND_AST_PROP: in zend_ast_export_ex()

Completed in 31 milliseconds