3v4l.org

run code in 500+ PHP versions simultaneously
<?php $template = 'lalalalala'; $olderrors = @ini_set('display_errors', true); $oldlevel = error_reporting(E_ERROR | E_PARSE | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR); ob_start(); eval('$devnull = "' . $template . '";'); $errors = ob_get_contents(); ob_end_clean(); error_reporting($oldlevel); if ($olderrors !== false) { @ini_set('display_errors', $olderrors); } echo "\nDone";
Output for rfc.property-hooks, git.master, rfc.property-hooks, git.master_jit, git.master, git.master_jit
Done

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.65 ms | 4184 KiB | 4 Q