3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 5300; $b = [53001, 53, false, true]; $c = true; $d = [5300, 53001]; var_dump( in_array($a, $b), in_array($c, $d) );

preferences:
57.17 ms | 402 KiB | 5 Q