3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'Content-Type: text/xml'; print substr($text, strchr($text, ':')); print substr($text, strchr($text, ':') + 1); print substr($text, strpos($text, ':') + 1); print substr($text, strpos($text, ':') + 2); print substr($text, 0, strchr($text, ':'));

preferences:
59.13 ms | 402 KiB | 5 Q