3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array(); $test['a'] = 'first'; $test['d'] = 'second'; $test['c'] = 'third'; $test['e'] = 'penultimate'; $test['b'] = 'last'; foreach($test as $key => $value) { var_dump($value); }

preferences:
37.96 ms | 402 KiB | 5 Q