3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stopwords = "bed|badword|bud"; $lines = [ 'Good morning everyone', 'Make your bed and brush your hair', 'Finish your breakfast', 'Do not say badwords', 'Will you be my buddy?', ]; var_export(preg_grep("#$stopwords#", $lines));

preferences:
24.84 ms | 405 KiB | 5 Q