3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'foo the 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:
36.06 ms | 402 KiB | 5 Q