Hi,
the recent changes in the array code broke something. array_pop() doesn't
decrease the key counter.
Let's say your have an array('one', 'two', 'three') and run array_pop() on
it, then push another value so that you now have array('one', 'two', 'four')
the key of the last value will be 3, not 2 as it should be.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php