Edit report at https://bugs.php.net/bug.php?id=62976&edit=1

 ID:                 62976
 Updated by:         larue...@php.net
 Reported by:        ladislav at marek dot su
 Summary:            Notice: could not be converted to int when comparing
                     some builtin classes
 Status:             Open
 Type:               Bug
 Package:            Class/Object related
 Operating System:   Linux
 PHP Version:        5.4Git-2012-08-30 (Git)
 Block user comment: N
 Private report:     N

 New Comment:

Arrayobject is share the same object handlers as stdClass, but exception does.

anyway, I think there is a room to improve..


Previous Comments:
------------------------------------------------------------------------
[2012-08-30 13:16:10] ladislav at marek dot su

Description:
------------
Comparing instance of some builtin class with instance of different class 
issues 
notice: "Object of class ArrayObject could not be converted to int".


Test script:
---------------
new stdClass == new ArrayObject;
// but "new stdClass == new Exception" works without notice


Actual result:
--------------
Notice: Object of class ArrayObject could not be converted to int in Command 
line 
code on line 1

Notice: Object of class stdClass could not be converted to int in Command line 
code on line 1


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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=62976&edit=1

Reply via email to