<?php echo ((true) ? 'a' : ((true) ? 'b' : 'c')); echo true ? 'a' : true ? 'b' : 'c';
You have javascript disabled. You will not be able to edit any code.