3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Hello fri3nd, you're looking good today! What a Great day this is! How fancy and cool!"; var_export(preg_split('/(?:\S+\K +){3}/', $str));
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
array ( 0 => 'Hello fri3nd, you\'re', 1 => 'looking good today!', 2 => 'What a Great', 3 => 'day this is!', 4 => 'How fancy and', 5 => 'cool!', )

preferences:
78.83 ms | 1121 KiB | 4 Q