3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'Heading: This is a string. Very exciting! What do you think? ...one more thing, this is cool.'; var_export( preg_split('~[.?!:]+\K\s+~', $str, 0, PREG_SPLIT_NO_EMPTY) );

preferences:
14.51 ms | 405 KiB | 5 Q