Help for this page
$huh ? $x = 42 : $x = 43;
$huh ?? $x = 42 !! $x = 43;
$huh ? ( $x = 42 ) : $x = 43;
0 1 2 3 4 5 6 7
Results (663 votes), past polls