ID: 10940
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating System: win2k
PHP Version: 4.0.5
New Comment:

It works now. (I'm using ZE2, but I think it is the same in ZE1)


Previous Comments:
------------------------------------------------------------------------

[2001-05-17 16:08:05] [EMAIL PROTECTED]

(true) 
returns a bool while
((true) && (true)) 
returns an int. 
so

(((true) && (true)) == true)
"works" while
(((true) && (true)) === true)
doesnt. 

i really don't like this behavior. 

maybe you can forward also that 
http://www.php.net/manual/en/function.gettype.php 
doesn't document the NULL datatype you get (on null and unset values).

thanx
fab


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=10940&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to