3v4l.org

run code in 300+ PHP versions simultaneously
<?php $kms =300; $litres=40; function calc_milege() { $result=$GLOBAL['kms']/$GLOBAL['litres']; return $result; } $c=calc_milege(); print "milege=".$c;
Output for 8.3.0 - 8.3.6
Warning: Undefined variable $GLOBAL in /in/p2J85 on line 7 Warning: Trying to access array offset on null in /in/p2J85 on line 7 Warning: Undefined variable $GLOBAL in /in/p2J85 on line 7 Warning: Trying to access array offset on null in /in/p2J85 on line 7 Fatal error: Uncaught DivisionByZeroError: Division by zero in /in/p2J85:7 Stack trace: #0 /in/p2J85(11): calc_milege() #1 {main} thrown in /in/p2J85 on line 7
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined variable $GLOBAL in /in/p2J85 on line 7 Warning: Trying to access array offset on value of type null in /in/p2J85 on line 7 Warning: Undefined variable $GLOBAL in /in/p2J85 on line 7 Warning: Trying to access array offset on value of type null in /in/p2J85 on line 7 Fatal error: Uncaught DivisionByZeroError: Division by zero in /in/p2J85:7 Stack trace: #0 /in/p2J85(11): calc_milege() #1 {main} thrown in /in/p2J85 on line 7
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: GLOBAL in /in/p2J85 on line 7 Notice: Trying to access array offset on value of type null in /in/p2J85 on line 7 Notice: Undefined variable: GLOBAL in /in/p2J85 on line 7 Notice: Trying to access array offset on value of type null in /in/p2J85 on line 7 Warning: Division by zero in /in/p2J85 on line 7 milege=NAN
Output for 7.3.32 - 7.3.33
Warning: Division by zero in /in/p2J85 on line 7 milege=NAN
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31
Notice: Undefined variable: GLOBAL in /in/p2J85 on line 7 Notice: Undefined variable: GLOBAL in /in/p2J85 on line 7 Warning: Division by zero in /in/p2J85 on line 7 milege=NAN
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.21
Notice: Undefined variable: GLOBAL in /in/p2J85 on line 7 Notice: Undefined variable: GLOBAL in /in/p2J85 on line 7 Warning: Division by zero in /in/p2J85 on line 7 milege=

preferences:
182.49 ms | 402 KiB | 229 Q