3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(0){ } else if ( ($_SESSION['id'] && !$signups[$_SESSION['uid']]['seatname'] && $user_is_signed_up == 1 && $open_booking == 1) || ($signups[$_SESSION['id']]['groupid'] == 0) ){ echo 'blah'; }
Output for git.master, git.master_jit
Warning: Undefined global variable $_SESSION in /in/CTbp9 on line 4 Warning: Trying to access array offset on value of type null in /in/CTbp9 on line 4 Warning: Undefined global variable $_SESSION in /in/CTbp9 on line 8 Warning: Trying to access array offset on value of type null in /in/CTbp9 on line 8 Warning: Undefined variable $signups in /in/CTbp9 on line 8 Warning: Trying to access array offset on value of type null in /in/CTbp9 on line 8 Warning: Trying to access array offset on value of type null in /in/CTbp9 on line 8 blah
Output for rfc.property-hooks
Warning: Undefined global variable $_SESSION in /in/CTbp9 on line 4 Warning: Trying to access array offset on null in /in/CTbp9 on line 4 Warning: Undefined global variable $_SESSION in /in/CTbp9 on line 8 Warning: Trying to access array offset on null in /in/CTbp9 on line 8 Warning: Undefined variable $signups in /in/CTbp9 on line 8 Warning: Trying to access array offset on null in /in/CTbp9 on line 8 Warning: Trying to access array offset on null in /in/CTbp9 on line 8 blah

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:
35.09 ms | 402 KiB | 8 Q