3v4l.org

run code in 300+ PHP versions simultaneously
<?php $descriptions = array(); $tests = array( 'Zika', 'SARS', 'AIDS', 'Mad Cow Disease', 'Bird Flu', 'Zombie Infection', ); foreach ($tests as $value) { $descriptions[] = array('name' => $value); } var_dump($descriptions);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.1, 7.1.3 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
array(6) { [0]=> array(1) { ["name"]=> string(4) "Zika" } [1]=> array(1) { ["name"]=> string(4) "SARS" } [2]=> array(1) { ["name"]=> string(4) "AIDS" } [3]=> array(1) { ["name"]=> string(15) "Mad Cow Disease" } [4]=> array(1) { ["name"]=> string(8) "Bird Flu" } [5]=> array(1) { ["name"]=> string(16) "Zombie Infection" } }
Output for 7.1.2

Process exited with code 137.

preferences:
109.55 ms | 1732 KiB | 4 Q