3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test1($one, $two) { test2($one, $two); } function test2($one, $two) { throw new Exception(); } test1('', 1);

preferences:
36.62 ms | 402 KiB | 5 Q