I\'m trying to use return in a ternary operator, but receive an error:
Parse error: syntax error, unexpected T_RETURN
Here\'s the code:
This is the correct syntax:
return !$e ? '' : array('false', $e);