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('html', 'slide'); var_export(array_uintersect($options, $lookfor, fn($a, $b) => $a <=> $b));

preferences:
142.3 ms | 405 KiB | 5 Q