Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h111 ZEND_AST_PROP, enumerator
H A Dzend_language_parser.y1325 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1351 { $$ = zend_ast_create(ZEND_AST_PROP, $1, $3); }
1426 { $$ = zend_ast_create(ZEND_AST_PROP,
H A Dzend_compile.c2251 case ZEND_AST_PROP: in zend_ast_kind_is_short_circuited()
2267 case ZEND_AST_PROP: in zend_ast_is_short_circuited()
2466 || ast->kind == ZEND_AST_PROP in zend_is_variable()
3124 case ZEND_AST_PROP: in zend_compile_assign()
3290 case ZEND_AST_PROP: in zend_compile_compound_assign()
4659 case ZEND_AST_PROP: in zend_compile_unset()
8561 case ZEND_AST_PROP: in zend_compile_assign_coalesce()
8774 case ZEND_AST_PROP: in zend_compile_isset_or_empty()
9523 case ZEND_AST_PROP: in zend_compile_expr_inner()
9663 case ZEND_AST_PROP: in zend_compile_var_inner()
[all …]
H A Dzend_ast.c1803 case ZEND_AST_PROP: in zend_ast_export_ex()

Completed in 48 milliseconds