3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'foo the moo moo cow not the moo cow is the cow the moo cow is the cow not the moo cow bar'; print $str; print preg_replace('/(\b.*\b)\1/', '', $str);

preferences:
32.28 ms | 402 KiB | 5 Q