What does this code display?
<?php echo $a?->b() ?? 'test';
Warning: Undefined variable $a on line 3 test
"test"
Fatal error: Uncaught Error: Call to a member function b() on null