3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=0; while ($i<5) { $x[$i] = $a[$i] + $b[$i]; $y[$i] = $x[$i] / $c[$i]; $i++; }
Output for 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
Warning: Undefined variable $a in /in/0eUfI on line 6 Warning: Trying to access array offset on null in /in/0eUfI on line 6 Warning: Undefined variable $b in /in/0eUfI on line 6 Warning: Trying to access array offset on null in /in/0eUfI on line 6 Warning: Undefined variable $c in /in/0eUfI on line 7 Warning: Trying to access array offset on null in /in/0eUfI on line 7 Fatal error: Uncaught DivisionByZeroError: Division by zero in /in/0eUfI:7 Stack trace: #0 {main} thrown in /in/0eUfI on line 7
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29
Warning: Undefined variable $a in /in/0eUfI on line 6 Warning: Trying to access array offset on value of type null in /in/0eUfI on line 6 Warning: Undefined variable $b in /in/0eUfI on line 6 Warning: Trying to access array offset on value of type null in /in/0eUfI on line 6 Warning: Undefined variable $c in /in/0eUfI on line 7 Warning: Trying to access array offset on value of type null in /in/0eUfI on line 7 Fatal error: Uncaught DivisionByZeroError: Division by zero in /in/0eUfI:7 Stack trace: #0 {main} thrown in /in/0eUfI on line 7
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Notice: Trying to access array offset on value of type null in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7
Output for 7.3.32 - 7.3.33
Warning: Division by zero in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7 Notice: Undefined variable: a in /in/0eUfI on line 6 Notice: Undefined variable: b in /in/0eUfI on line 6 Notice: Undefined variable: c in /in/0eUfI on line 7 Warning: Division by zero in /in/0eUfI on line 7

preferences:
54.89 ms | 419 KiB | 5 Q