Posted by David Quinton on 03/23/07 07:40
On Fri, 23 Mar 2007 01:57:27 GMT, "Maverick FC"
<freeculture@NOSPAMlibero.it> wrote:
>
>function foo() { return 'Hello World!'; }
>if ( $str = foo() || $str = foo() ) echo $str;
>
>What should output this piece of code?
>I think it's not normal what's outputting to me...
== for comparison
= for assignment
--
Locate your Mobile phone: <http://www.bizorg.co.uk/news.html>
Great gifts: <http://www.ThisBritain.com/ASOS_popup.html>
[Back to original message]
|