3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array(1,2,3); print_r($test); function foo($test) { foreach($test as &$test_i) { $test_i++; } } print_r($test); ?>

preferences:
46.73 ms | 402 KiB | 5 Q