3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ 'documents' => ['application/pdf','application/x-pdf'], 'images' => ['image/cgm','image/g3fax'], 'videos' => ['video/dl','video/fli','video/gl','video/mpeg'], ]; $find = 'image/g3fax'; var_export( array_find_key( $array, fn($row) => in_array($find, $row) ) );

preferences:
28.58 ms | 405 KiB | 5 Q