blob: ee71302dd752768f2b56122f8c0ad4b9e05e7079 [file] [log] [blame]
<?php
$t = true ? "" : FALSE;
if (true ? "" : ""):
^
else:
switch ($variable) {
case ($foo ? 1 : 2):
default:
}
endif;
?>