Sorry if this sounds like a really silly question.
But I Googled the web and also Googled specifically both the php.net site and the stackoverflow.com site.
I know PHP does short circuit lazy evaluation when using and, or, &&, ||
operators, but where is it stated loud and clear in the PHP manual???
I found only Wikipedia as the only 'trusted' source that say PHP does lazy evaluation on these operators.