3v4l.org

run code in 300+ 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:
24.57 ms | 404 KiB | 5 Q