3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( in_array(0, ['this', 'that', 1, 2]) ); var_dump( in_array(null, ['this', 'that', 1, 2]) ); var_dump( in_array('this', ['this', 'that', 1, 2]) ); var_dump( in_array('there', ['this', 'that', 1, 2]) );

preferences:
45.92 ms | 402 KiB | 5 Q