What\'s the best, preferred way of writing if shorthand one-liner such as:
expression ? $foo : $bar
Plot twist: I need to echo $foo>
echo $foo>
echo expression ? $foo : $bar;