RFC: https://wiki.php.net/rfc/nullsafe_operator Examples: ```php $a?->method(); $a?->prop; ```