3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('EXCEPTION_CATCHER', PHP_VERSION_ID < 70000 ? Exception : Throwable); try{ throw new Exception('aaa'); }catch(EXCEPTION_CATCHER $e) { echo 'joho'; }

preferences:
48.1 ms | 402 KiB | 5 Q