ID: 35053
User updated by: sam at liddicott dot com
Reported By: sam at liddicott dot com
Status: Wont fix
Bug Type: Scripting Engine problem
Operating System: Linux
PHP Version: 4.4.0
New Comment:
Well why not add a new operator that does
From: sam at liddicott dot com
Operating system: Linux
PHP version: 4.4.0
PHP Bug Type: Scripting Engine problem
Bug description: === is wrong for objects and also stupid
Description:
=== does not compare two objects for identity, it compares the values of
their
From: sam at liddicott dot com
Operating system: Linux
PHP version: 4.4.0
PHP Bug Type: Scripting Engine problem
Bug description: $var->$arrayname['item'] fails
Description:
Indirect object array access
$var->$arrayname['item']
only tak