Lines Matching refs:ZEND_AST_NULLSAFE_PROP
2287 case ZEND_AST_NULLSAFE_PROP: in zend_ast_kind_is_short_circuited()
2307 case ZEND_AST_NULLSAFE_PROP: in zend_ast_is_short_circuited()
2544 || ast->kind == ZEND_AST_NULLSAFE_PROP in zend_is_variable()
2924 bool nullsafe = ast->kind == ZEND_AST_NULLSAFE_PROP; in zend_delayed_compile_prop()
3297 case ZEND_AST_NULLSAFE_PROP: in zend_compile_assign()
3468 case ZEND_AST_NULLSAFE_PROP: in zend_compile_compound_assign()
4915 case ZEND_AST_NULLSAFE_PROP: in zend_compile_unset()
8996 if (var_ast->kind == ZEND_AST_PROP || var_ast->kind == ZEND_AST_NULLSAFE_PROP) { in zend_compile_post_incdec()
9023 if (var_ast->kind == ZEND_AST_PROP || var_ast->kind == ZEND_AST_NULLSAFE_PROP) { in zend_compile_pre_incdec()
9243 case ZEND_AST_NULLSAFE_PROP: in zend_compile_assign_coalesce()
9483 case ZEND_AST_NULLSAFE_PROP: in zend_compile_isset_or_empty()
9926 || kind == ZEND_AST_PROP || kind == ZEND_AST_NULLSAFE_PROP; in zend_is_allowed_in_const_expr()
10312 case ZEND_AST_NULLSAFE_PROP: in zend_compile_expr_inner()
10452 case ZEND_AST_NULLSAFE_PROP: in zend_compile_var_inner()
10496 case ZEND_AST_NULLSAFE_PROP: in zend_delayed_compile_var()
10791 case ZEND_AST_NULLSAFE_PROP: in zend_eval_const_expr()