> How can you possibly test, in a conditional, the return value of the
> return statement itself when it has no value to return and even causes
> the current scope to exit IMMEDIATELY??

Per the logic, if it returns immediately, isn't the value irrelevant?  That
is, assuming that the truth of the first clause short-circuits evaluation of
the second one.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to