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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.