%hash = ( 'abc' => !$i ? 7 : '', 'hk' => 5, 'jk' => 6 ); # a ternary expression is $var = condition ? if_true : if_false