3v4l.org

run code in 500+ PHP versions simultaneously
<?php class CoalesceTest { public function __isset(string $key): bool { return false; } public function __get(string $key): mixed { throw new \Exception(); } } $test = new CoalesceTest(); var_dump($test->bar ?? 'fallback');

preferences:
53.91 ms | 1100 KiB | 5 Q