3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "The Quick : Brown Fox Jumped Over The Lazy / Dog"; $halfWay = (int)(strlen($text) / 2); var_export( preg_split( '~.{0,' . $halfWay . '}\K\s~s', $text, 2 ) );

preferences:
30.6 ms | 405 KiB | 5 Q