Hi!
I noticed that SplHeap returns the current element count of the heap
from key()
. I think it should return count - 1 to reflect 0 indexing.
key won't be called outside of an iterator, so this makes sense.
Regards,
Toby
Tobias Schlitt - Zend Certification Member GPG Key: 0xC462BC14
a passion for php http://www.schlitt.info
Member of the eZ components project http://components.ez.no
I noticed that SplHeap returns the current element count of the heap
fromkey()
. I think it should return count - 1 to reflect 0 indexing.
key won't be called outside of an iterator, so this makes sense.
I'd say this is a bug as well, would you mind opening a bug and
assigning it to me please?
Etienne/Marcus, do you mind if I go ahead?
--
Slan,
David
Hi,
On 11/19/2008 11:38 AM David Coallier wrote:
I noticed that SplHeap returns the current element count of the heap
fromkey()
. I think it should return count - 1 to reflect 0 indexing.
key won't be called outside of an iterator, so this makes sense.
I'd say this is a bug as well, would you mind opening a bug and
assigning it to me please?
Done.
Cheers,
Toby
Tobias Schlitt - Zend Certification Member GPG Key: 0xC462BC14
a passion for php http://www.schlitt.info
Member of the eZ components project http://components.ez.no