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 > '🐗' );
Output for 8.4.9 - 8.4.24, 8.5.7 - 8.5.9
🐘5
Output for 8.2.32, 8.3.5 - 8.3.33
Fatal error: Uncaught Error: Call to undefined function array_find() in /in/CWbr8:5 Stack trace: #0 {main} thrown in /in/CWbr8 on line 5
Process exited with code 255.

preferences:
57.52 ms | 534 KiB | 4 Q