3v4l.org

run code in 300+ PHP versions simultaneously
<?php include_once("content.php"); $_SESSION['lang'] = 'nl'; if(isset($_GET['done']) && isset($_GET['ord'])) { include_once("funadmin/class/class.db.php"); global $db_object; $db_object = new dbClassi(); $sql = "UPDATE orders SET status=1 WHERE id=".$_GET['ord']; $db_object->query($sql); } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include_once(): open_basedir restriction in effect. File(content.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/LmatA on line 2 Warning: include_once(content.php): Failed to open stream: Operation not permitted in /in/LmatA on line 2 Warning: include_once(): Failed opening 'content.php' for inclusion (include_path='.:') in /in/LmatA on line 2

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