3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('a','b','c','d','e'); $b = array('a'); if(in_array($b,$a)) { echo "found it"; }

preferences:
62.82 ms | 402 KiB | 5 Q