Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h112 ZEND_AST_NULLSAFE_PROP, enumerator
H A Dzend_language_parser.y1327 { $$ = zend_ast_create(ZEND_AST_NULLSAFE_PROP, $1, $3); }
1353 { $$ = zend_ast_create(ZEND_AST_NULLSAFE_PROP, $1, $3); }
1429 { $$ = zend_ast_create(ZEND_AST_NULLSAFE_PROP,
H A Dzend_compile.c2252 case ZEND_AST_NULLSAFE_PROP: in zend_ast_kind_is_short_circuited()
2272 case ZEND_AST_NULLSAFE_PROP: in zend_ast_is_short_circuited()
2467 || ast->kind == ZEND_AST_NULLSAFE_PROP in zend_is_variable()
3125 case ZEND_AST_NULLSAFE_PROP: in zend_compile_assign()
3291 case ZEND_AST_NULLSAFE_PROP: in zend_compile_compound_assign()
4660 case ZEND_AST_NULLSAFE_PROP: in zend_compile_unset()
8562 case ZEND_AST_NULLSAFE_PROP: in zend_compile_assign_coalesce()
8775 case ZEND_AST_NULLSAFE_PROP: in zend_compile_isset_or_empty()
9524 case ZEND_AST_NULLSAFE_PROP: in zend_compile_expr_inner()
9664 case ZEND_AST_NULLSAFE_PROP: in zend_compile_var_inner()
[all …]
H A Dzend_ast.c1804 case ZEND_AST_NULLSAFE_PROP: in zend_ast_export_ex()
1806 smart_str_appends(str, ast->kind == ZEND_AST_NULLSAFE_PROP ? "?->" : "->"); in zend_ast_export_ex()

Completed in 61 milliseconds