<?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"; }
You have javascript disabled. You will not be able to edit any code.