3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hundred = 100; try { assert($hundred < 50); } catch (AssertionException $e) { var_dump($e);exit; echo $e->getMessage(); }

preferences:
62.88 ms | 402 KiB | 5 Q