3v4l.org

run code in 300+ PHP versions simultaneously
<?php function q6($var1, $var2, $var3) { $var4 = (($var1 == $var2)); $var5 = (($var4 == true) ? false : true); $var6 = (($var2 <> $var3) || (!$var2 && !$var3)); $var7 = (($var5 || $var6)); $var8 = ((!$var5) && (!$var7)); var_dmp($var8); } q6(0, 0, 0); q6(0, 0, 1); q6(0, 1, 0); q6(0, 1, 1); q6(1, 0, 0); q6(1, 0, 1); q6(1, 1, 0); q6(0, 1, 1); q6(1, 1, 1);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function var_dmp() in /in/l4MgB:9 Stack trace: #0 /in/l4MgB(12): q6(0, 0, 0) #1 {main} thrown in /in/l4MgB on line 9
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:
42.01 ms | 401 KiB | 8 Q