3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = range('A', 'z'); $start = 0; while ($start < 17) { next($array); } // now $array pointer is the 16th var_dump(current($array));

preferences:
43.48 ms | 402 KiB | 5 Q