3v4l.org

run code in 300+ PHP versions simultaneously
<?php $friend_status = get_user_friend_status($user_profile_id,$_SESSION['user_id']); if ($friend_status == NULL) { ?> <form action="API.php" method="post"> <input style="float: right; margin-right: 20px; background: gray;" type="submit" name="friend_request" value="Ask Friendship" class="user_button" /> <input type="hidden" name="command" value="friend_request" /> <input type="hidden" name="user_profile_id" value="<?php echo $user_profile_id; ?>" /> </form> <?php }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function get_user_friend_status() in /in/g1bFX:2 Stack trace: #0 {main} thrown in /in/g1bFX on line 2
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:
39.42 ms | 401 KiB | 8 Q