]> granicus.if.org Git - php/commit
Add only_integer_keys option to zend_hash_reindex
authorNikita Popov <nikic@php.net>
Wed, 9 Apr 2014 09:20:55 +0000 (11:20 +0200)
committerNikita Popov <nikic@php.net>
Wed, 9 Apr 2014 10:31:21 +0000 (12:31 +0200)
commitad2ef3d97edab0d0ce034e65b7e3da1a38cc15dd
tree70d5aecb331426e5058b28e6d97b0c80e969fa4a
parentf485c84a142a28c594dd7bcc3760a406dd4c5883
Add only_integer_keys option to zend_hash_reindex

This allows to either do a full reindex, or only reindex the integer
keys.
Zend/zend_hash.c
Zend/zend_hash.h
ext/standard/array.c