3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { echo $foo->bar ?? null; } function test2() { echo isset($foo->bar) ? $foo->bar : null; }
Output for 8.1.0 - 8.1.30, 8.2.0 - 8.2.25, 8.3.0 - 8.3.13

preferences:
53.97 ms | 406 KiB | 5 Q