<?php function test() { echo $foo->bar ?? null; } function test2() { echo isset($foo->bar) ? $foo->bar : null; }
You have javascript disabled. You will not be able to edit any code.