3v4l.org

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

preferences:
43.99 ms | 402 KiB | 5 Q