3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); $a = $b; var_dump(error_get_last()); error_reporting(0); $c = $d; var_dump(error_get_last());
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $b in /in/5OZpt on line 4 array(4) { ["type"]=> int(2) ["message"]=> string(21) "Undefined variable $b" ["file"]=> string(9) "/in/5OZpt" ["line"]=> int(4) } array(4) { ["type"]=> int(2) ["message"]=> string(21) "Undefined variable $d" ["file"]=> string(9) "/in/5OZpt" ["line"]=> int(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:
52.82 ms | 401 KiB | 8 Q