3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text1 = array ('you', 'hello', 'WORLD'); $text2 = "Hello world"; $text2 = explode(" ", $text2); Var_dump(array_diff($text1, preg_grep("/" . Implode("|", $text2) . "/i", $text1)));

preferences:
35.43 ms | 408 KiB | 5 Q