Before: $airline_status_desc = $airline_status_desc ? $airline_status_desc : "NO STATUS"; After: $airline_status_desc ||= "NO STATUS"; j