3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { return array('a', 'b', 'c'); } var_dump( reset(test()), array_shift(test()) );

preferences:
31.1 ms | 402 KiB | 5 Q