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 git.master, git.master_jit
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 rfc.property-hooks
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.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
62.18 ms | 401 KiB | 8 Q