]> granicus.if.org Git - php/commit
Fix ArrayObject clone for certain USE_OTHER cases
authorNikita Popov <nikic@php.net>
Mon, 22 Feb 2016 11:33:41 +0000 (12:33 +0100)
committerNikita Popov <nikic@php.net>
Mon, 22 Feb 2016 11:35:00 +0000 (12:35 +0100)
commitfd6ac610641e48db1352c12de022500dd0272963
tree3f8ab19aa33f24fa7a614c7709db1b6c2277988e
parent32e2801ff9878a928311a2d8a4599397a765c565
Fix ArrayObject clone for certain USE_OTHER cases

We can't simply use HASH_OF, need to use the usual hash table
getter.
ext/spl/spl_array.c
ext/spl/tests/ArrayObject_clone_other_std_props.phpt [new file with mode: 0644]