3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { $t = new \SoapClient($url, array( 'connection_timeout' => 5, 'trace' => FALSE, 'exceptions' => TRUE )); throw new \Exception('yo'); } catch (\SoapFault $e1) { print_r($e); throw new \Exception('yo'); } ?>

preferences:
63.06 ms | 402 KiB | 5 Q