3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); class A_Error extends Exception {} class B_Error extends Exception {} class C_Error extends Exception {} try { throw new A_Error(); } catch (A_Error $e) { goto abc; } catch (B_Error $e) { goto abc; } catch (C_Error $e) { abc: var_dump(get_class($e)); echo "Gotta Catch 'Em All\n"; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
240.04 ms | 3090 KiB | 10 Q