Re: Boolean type forced on string assignment inside if statement

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

 



On 01/03/2013 09:25 AM, Marc Guay wrote:
Hi Tedd,

A little searching enlightened me to the fact that in other languages,
a single | or&  operator will cancel the short-circuiting so all of
the evaluations are done before proceeding.  However, they don't seem
to exist in PHP so in your example it behaves the same as ||...?

http://php.net/manual/en/language.operators.logical.php

Marc


In PHP | is not a logical operator, it is a bitwise operator. It is used to flip bits in binary data. Not to be used in a logical condition statement.

http://php.net/manual/en/language.operators.bitwise.php

--
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