I want to write this in one line if possible:
if ($some_var === true) { $return .= $input; } else { echo $input; }
Obviously I don\'t want