3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "This is my test case for an example."; preg_match_all( "/(?=(\b\w+ \w+))/", $string, $m ); var_export($m[1]);

preferences:
25.01 ms | 405 KiB | 5 Q