3v4l.org

run code in 500+ PHP versions simultaneously
<?php $bucket = [1, 2, 'A', 'z', INF, '🐘']; print array_find($bucket, fn($x) => $x > '🐗' ); print array_find_key($bucket, fn($x) => $x > '🐗' );

preferences:
46.06 ms | 491 KiB | 5 Q