3v4l.org

run code in 300+ PHP versions simultaneously
<?php $games = null; if ($_REQUEST['game']) { $games = $_REQUEST['game']; } echo "$games"; include_once "games/$game/content.html"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "game" in /in/R6VX0 on line 3 Warning: Undefined variable $game in /in/R6VX0 on line 8 Warning: include_once(): open_basedir restriction in effect. File(games//content.html) is not within the allowed path(s): (/tmp:/in:/etc) in /in/R6VX0 on line 8 Warning: include_once(games//content.html): Failed to open stream: Operation not permitted in /in/R6VX0 on line 8 Warning: include_once(): Failed opening 'games//content.html' for inclusion (include_path='.:') in /in/R6VX0 on line 8

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