3v4l.org

run code in 300+ PHP versions simultaneously
<?php IF(isset($LoginID)); {echo'<a href"signOut.php" class="navigationLogIn" onmouseover="underline(this) "onmouseout="removeUnderline(this)" > Log Out </span></a>'; echo'<span class="navigationLogIn"> Currently Logged in as '; echo $_SESSION['LoginID']; echo'</span>';}
Output for git.master, git.master_jit
<a href"signOut.php" class="navigationLogIn" onmouseover="underline(this) "onmouseout="removeUnderline(this)" > Log Out </span></a><span class="navigationLogIn"> Currently Logged in as Warning: Undefined global variable $_SESSION in /in/Yi0gW on line 8 Warning: Trying to access array offset on value of type null in /in/Yi0gW on line 8 </span>
Output for rfc.property-hooks
<a href"signOut.php" class="navigationLogIn" onmouseover="underline(this) "onmouseout="removeUnderline(this)" > Log Out </span></a><span class="navigationLogIn"> Currently Logged in as Warning: Undefined global variable $_SESSION in /in/Yi0gW on line 8 Warning: Trying to access array offset on null in /in/Yi0gW on line 8 </span>

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:
38.64 ms | 401 KiB | 8 Q