3v4l.org

run code in 300+ PHP versions simultaneously
<?php require_once(dirname(__FILE__).'/core.class.php'); $core = new core(); if(isset($_GET['update'])) { if(!empty($_GET['update'])) { $args = explode(',',$_GET['update']); $core->update($args); } else { $core->update(); } } elseif(isset($_GET['get'])) { if(!empty($_GET['get'])) { $core->update($_GET['get']); header("Location: ".str_replace('index.php','',$_SERVER['PHP_SELF'])."cache/".$_GET['get'].".png"); } else { } } elseif(isset($_GET['author'])) { echo "Created by <a href='http://vk.com/ak1998'>Kachalov Alexey</a>(<a href='http://vk.com/kcraft'>KachalovCRAFT NET</a>)"; die; } elseif(isset($_GET['ver'])) { echo "v2.1"; die; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: require_once(/in/core.class.php): Failed to open stream: No such file or directory in /in/083ZC on line 2 Fatal error: Uncaught Error: Failed opening required '/in/core.class.php' (include_path='.:') in /in/083ZC:2 Stack trace: #0 {main} thrown in /in/083ZC 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:
46.11 ms | 401 KiB | 8 Q