<?php const FOO = 1; $a = '1'; switch (45) { case 1: echo '$a === FOO'; break; case 2: echo '$a == FOO'; break; }
You have javascript disabled. You will not be able to edit any code.