3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number=50; $number2=10; #Information Page $First_Name= "Semen"; $Last_Name= "Kabaza"; function myTest () { global $number, $number2; $number2 = $number + $number2; } function PersonalInformation(){ global $First_Name, $Last_Name; $Combination= $First_Name + $Last_Name; } myTest(); echo $number2; PersonalInformation(); echo $Combination; ?>
Output for git.master, git.master_jit, rfc.property-hooks
60 Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /in/II00E:17 Stack trace: #0 /in/II00E(23): PersonalInformation() #1 {main} thrown in /in/II00E on line 17
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:
57.15 ms | 401 KiB | 8 Q