3v4l.org

run code in 300+ PHP versions simultaneously
<?php // This should work, but *not* generate a binding for $GLOBALS $a = 123; $fn = fn() => $GLOBALS['a']; var_dump($fn());
Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
int(123)

preferences:
34.9 ms | 704 KiB | 4 Q