3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stack = array("orange", "banana", "apple", "raspberry"); $fruit = fn() => array_shift($stack); var_dump($fruit()); var_dump($fruit()); var_dump($fruit()); var_dump($fruit());

preferences:
24.65 ms | 405 KiB | 5 Q