Menu

#2 Stack peek incorrect

open
nobody
None
5
2003-05-07
2003-05-07
No

The original util/Stack peek method is:

return reset($this->toArray());

this should be

return end($this->toArray());

Discussion


Log in to post a comment.