concat ternary operator code example Example: concat ternary operator $description = 'Paper: ' . ($paperType == 'bond' ? 'Bond' : 'Other');