3v4l.org

run code in 300+ PHP versions simultaneously
<?php while($i < 1000000000) { $test = rand(0,999) * rand(0,999); $i++; }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Notice: Undefined variable: i in /in/3RILg on line 3 Notice: Undefined variable: i in /in/3RILg on line 6
Process exited with code 137.

preferences:
97.29 ms | 402 KiB | 63 Q