Help for this page
if( condition() ) { $a = one(); } else { $a = two(); }
$a = condition() ? one() : two();