Hi,
On 6/3/06, Marcus Boerger <[EMAIL PROTECTED]> wrote:
Hello guys,
the attached patch closes one more __toString() part. It allows
to use objects that define __toString as indexes to arrays. What do
you guys think about this, should we add it or stay with the old
behavior that didn't allow objects as indexes at all.
$arr[new Test] = 'abc';
makes very little sense to me, as well as
$a = new Test; $arr[$a] = 'abc';
Do we really want to support that?
--Pierre
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php