3v4l.org

run code in 500+ PHP versions simultaneously
<?php $list[7362][0]['value'] = 'apple'; $list[7362][1]['value'] = 'orange'; $list[9215][0]['value'] = 'lemon'; $find = 'orange'; var_export( array_find_key( $list, fn($row) => array_any( $row, fn($sub) => $sub['value'] === $find ) ) );

preferences:
49.77 ms | 862 KiB | 5 Q