3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f() { $e = new Exception(); if (rand() % 100 == 42) { throw $e; } else { return $e; } } throw f();

preferences:
30.23 ms | 402 KiB | 5 Q