Re: Boolean type forced on string assignment inside if statement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/02/2013 07:53 AM, Marc Guay wrote:
Hi folks,

if ($a = "foo"&&  $b = "bar"){
     echo $a."<br />".$b;
}

Returns:
1
bar

I expect:
foo
bar

Is this documented?

Marc


Why would you do this.

I cannot envision a time or condition that would require such a "test".

Can you please explain why you would want to do this?

Won't this type of condition/test always return true?

--
Jim Lucas

http://www.cmsws.com/
http://www.cmsws.com/examples/

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux