A really stupid logical expression question, but I'm brain farting at the moment
Date: 06/05/05
(PHP Community) Keywords: no keywords
You have this logical statement:
$a && $b
Since the && operator is evaluated from left to right, if the $a resolves to FALSE, then $b will never be checked, correct?
Source: http://www.livejournal.com/community/php/304638.html