Ticket #3595 (new defect)

Opened 6 months ago

=== operator on objects

Reported by: dinu Assigned to:
Priority: low Milestone:
Component: Core Version: trunk
Severity: minor Keywords:
Cc:

Description

be $a and $b objects; in php, to the best of my knowledge, $a===$b only if they reference the same chunk; that is ($a is &$b). This makes for an implication: composed variables such as objects are never walked recursively (performance and circular reference issue).