3v4l.org

run code in 300+ PHP versions simultaneously
<?php $host_config = 'somehost:8080'; list($host, $port) = explode(':', $host_config, 2); // $host == somehost // $port == 8080 var_dump($host, $port);

preferences:
42.81 ms | 402 KiB | 5 Q