3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array('THIS', 'test', 'hello', 'A', 'is'); $string = 'helloTHISisAblindtest'; foreach ($arr as $a) { var_dump(explode($a, $string)); }

preferences:
29.61 ms | 402 KiB | 5 Q