3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myIntegerOrComplexObject = new stdClass(); switch( $myIntegerOrComplexObject ) { case 1: echo "blub"; break; case 2: echo "bla"; break; default: echo "This is probably an object or a int other than 1 & 2"; }
Output for git.master_jit, git.master
Notice: Object of class stdClass could not be converted to int in /in/V9kXr on line 6 blub

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.29 ms | 703 KiB | 4 Q