if elseif else ternary php code example Example: if else if ternary php var name = (variable === 1) ? 'foo' : ((variable === 2) ? 'bar' : 'baz');