mirror of
https://github.com/php/php-src.git
synced 2026-04-15 12:01:07 +02:00
The implementation of that RFC changed the initial value of `zend_array.nNextFreeElement` to `-1`; we work around that by inserting first, and retrieving the index afterwards. We also fix the erroneous printf specifier for the unsigned integer.