3v4l.org

run code in 500+ PHP versions simultaneously
<?php // suspicious and legit if (in_array($a, $b, $c === true)) {} // could it be this one? if (in_array($a, $b, $c) === true) {}
Output for rfc.property-hooks, git.master, git.master_jit
Warning: Undefined variable $c in /in/YN2FK on line 4 Warning: Undefined variable $a in /in/YN2FK on line 4 Warning: Undefined variable $b in /in/YN2FK on line 4 Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /in/YN2FK:4 Stack trace: #0 {main} thrown in /in/YN2FK on line 4
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:
64.38 ms | 2920 KiB | 4 Q