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.5.8
🐘5
Output for 8.3.5 - 8.3.18
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:
46.38 ms | 489 KiB | 4 Q