3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'The is 10. way of doing this. And this is 43. street.'; var_export( preg_split('~(?<!\d)\. *~', $string, 0, PREG_SPLIT_NO_EMPTY) );

preferences:
27.54 ms | 405 KiB | 5 Q