<?php $a = 1; $$a = 4; echo $$a; switch ($a) { case 1 : echo "a"; default : echo "b"; }
You have javascript disabled. You will not be able to edit any code.