]> granicus.if.org Git - php/commit
Fix #48358 add() method for SplDoublyLinkedLis
authorMark Baker <mbaker@inviqa.com>
Mon, 18 Mar 2013 21:01:42 +0000 (22:01 +0100)
committerDavid Soria Parra <dsp@php.net>
Tue, 19 Mar 2013 13:46:21 +0000 (14:46 +0100)
commit42574690795937290a4ad6d319f917c077542953
tree414af97cad688b79015132ca210270bb5602ecfe
parent4837bdb91049e47e0c15873a2d1d4d1f7a4c65d2
Fix #48358 add() method for SplDoublyLinkedLis
NEWS
ext/spl/spl_dllist.c
ext/spl/tests/SplDoublyLinkedList_add_invalid_offset.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_add_missing_parameter1.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_add_missing_parameter2.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_add_null_offset.phpt [new file with mode: 0644]
ext/spl/tests/dllist_013.phpt [new file with mode: 0644]