Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33868 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41113 invoked by uid 1010); 8 Dec 2007 20:11:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41098 invoked from network); 8 Dec 2007 20:11:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2007 20:11:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=hoffie@gentoo.org; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=hoffie@gentoo.org; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain gentoo.org does not designate 217.20.118.221 as permitted sender) X-PHP-List-Original-Sender: hoffie@gentoo.org X-Host-Fingerprint: 217.20.118.221 hesasys.org Received: from [217.20.118.221] ([217.20.118.221:34793] helo=srv.hoffie.info) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/59-51488-58AFA574 for ; Sat, 08 Dec 2007 15:11:49 -0500 Received: from [192.168.1.2] (p5494FB4F.dip.t-dialin.net [84.148.251.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by srv.hoffie.info (Postfix) with ESMTP id 78EF257822 for ; Sat, 8 Dec 2007 21:11:46 +0100 (CET) Message-ID: <475AFAC8.4000401@gentoo.org> Date: Sat, 08 Dec 2007 21:12:56 +0100 User-Agent: Thunderbird 2.0.0.9 (X11/20071124) MIME-Version: 1.0 To: internals@lists.php.net X-Enigmail-Version: 0.95.5 OpenPGP: id=9CCF4998 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Test case for bug #43495 From: hoffie@gentoo.org (Christian Hoffmann) 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