3v4l.org

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

preferences:
29.8 ms | 402 KiB | 5 Q