3v4l.org

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

preferences:
37.92 ms | 402 KiB | 5 Q