3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = array( 'index1' => 'html', 'index2' => 'html', 'index3' => 'slide', 'index4' => 'tab', 'index5' => array(123), ); $lookfor = array('slide', 'tab'); var_export(array_filter($options, fn($v) => in_array($v, $lookfor)));
Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
array ( 'index3' => 'slide', 'index4' => 'tab', )

preferences:
66.47 ms | 406 KiB | 5 Q