3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options['mail_type'] == 'Activation Outreach'; if (!in_array($options['mail_type'], FALSE)) {print "HELLO";} ?>
Output for git.master, git.master_jit
Warning: Undefined variable $options in /in/j6ojM on line 1 Warning: Trying to access array offset on value of type null in /in/j6ojM on line 1 Warning: Undefined variable $options in /in/j6ojM on line 1 Warning: Trying to access array offset on value of type null in /in/j6ojM on line 1 Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, bool given in /in/j6ojM:1 Stack trace: #0 /in/j6ojM(1): in_array(NULL, false) #1 {main} thrown in /in/j6ojM on line 1
Process exited with code 255.
Output for rfc.property-hooks
Warning: Undefined variable $options in /in/j6ojM on line 1 Warning: Trying to access array offset on null in /in/j6ojM on line 1 Warning: Undefined variable $options in /in/j6ojM on line 1 Warning: Trying to access array offset on null in /in/j6ojM on line 1 Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, false given in /in/j6ojM:1 Stack trace: #0 /in/j6ojM(1): in_array(NULL, false) #1 {main} thrown in /in/j6ojM on line 1
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:
50.42 ms | 405 KiB | 9 Q