Test case for bug #43495

php.internals

Christian Hoffmann

18 years ago
Heya, I wondered why bug #43495 [1] (array_merge_recursive crash with recursive arrays) was fixed without committing a test case -- the bug reporter even supplied a very simple reproduce code. As such, I'm submitting a small test case [2] (more or less the reproduce code from the bug report) in the hope that someone will commit it. It should go to ext/standard/tests/array/, I suppose. [1] http://bugs.php.net/bug.php?id=43495 [2] http://rafb.net/p/xv0htM54.html
-- Thanks in advance, Christian Hoffmann

Antony Dovgal

18 years ago
On 08.12.2007 23:12, Christian Hoffmann wrote:
> Heya, > > I wondered why bug #43495 [1] (array_merge_recursive crash with > recursive arrays) was fixed without committing a test case
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug43495.phpt ?? -- the bug
> reporter even supplied a very simple reproduce code. > As such, I'm submitting a small test case [2] (more or less the > reproduce code from the bug report) in the hope that someone will commit > it. It should go to ext/standard/tests/array/, I suppose. > > > [1] http://bugs.php.net/bug.php?id=43495 > [2] http://rafb.net/p/xv0htM54.html >
-- Wbr, Antony Dovgal

Christian Hoffmann

18 years ago
On 12/08/2007 09:18 PM, Antony Dovgal wrote:
> On 08.12.2007 23:12, Christian Hoffmann wrote: >> Heya, >> >> I wondered why bug #43495 [1] (array_merge_recursive crash with >> recursive arrays) was fixed without committing a test case > > http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug43495.phpt ??
D'oh... I'm very sorry. No clue why I missed that in the commit notification mail. :( Again, sorry for the noise.
-- Christian Hoffmann