]> granicus.if.org Git - php/commit
Fixed bug RecursiveArrayIterator does not implement Countable
authorNikita Popov <nikic@php.net>
Tue, 19 Jun 2012 15:45:04 +0000 (17:45 +0200)
committerNikita Popov <nikic@php.net>
Tue, 19 Jun 2012 16:32:44 +0000 (18:32 +0200)
commitfed1f2d12447227947bb8c6ba27eca45f244f498
tree32ce43c796fb7a33e67ea8cc5ba701d04d312c3f
parente793539678caf3ae1999602de0b3dcdbb9ae9cd2
Fixed bug RecursiveArrayIterator does not implement Countable

ArrayIterator implemented Countable only after it was already inherited by
RecursiveArrayIterator. Thus the interface was missing in RAI.
ext/spl/spl_array.c
ext/spl/tests/bug62262.phpt [new file with mode: 0644]