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:
No it's not possible, and it's also pretty confusing as compared to:
if($e) { return array('false', $e); }