3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "This is my test case for an example."; var_export( preg_split( "/\S+ \S+\K /", preg_replace( '/(?<= )(\S+ )\K/', '$1', $string ) ) );

preferences:
70.72 ms | 406 KiB | 5 Q