Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85658 invoked from network); 9 Jan 2015 14:56:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2015 14:56:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=francois@tekwire.net; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=francois@tekwire.net; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain tekwire.net does not designate 212.27.42.2 as permitted sender) X-PHP-List-Original-Sender: francois@tekwire.net X-Host-Fingerprint: 212.27.42.2 smtp2-g21.free.fr Received: from [212.27.42.2] ([212.27.42.2:59672] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/E5-39109-FFBEFA45 for ; Fri, 09 Jan 2015 09:56:00 -0500 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id F02EB4B01C9 for ; Fri, 9 Jan 2015 15:53:55 +0100 (CET) Reply-To: To: References: <003e01d0290b$2387dd30$6a979790$@yahoo.fr> <007801d02ba0$659b9080$30d2b180$@tekwire.net> In-Reply-To: <007801d02ba0$659b9080$30d2b180$@tekwire.net> Date: Fri, 9 Jan 2015 15:55:51 +0100 Message-ID: <002701d02c1c$5cf30040$16d900c0$@tekwire.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJLUGZm//Pi9sQwKU1Klfwo9ikS+QIf8jOCm7CVKWA= Content-Language: fr X-Antivirus: avast! (VPS 150109-0, 09/01/2015), Outbound message X-Antivirus-Status: Clean Subject: RE: [PHP-DEV] [BugFest] Feature request #38685: str_[i]replace(): Add support for (string needle, array replace) From: francois@tekwire.net (=?iso-8859-1?Q?Fran=E7ois_Laupretre?=) > De=A0: Fran=E7ois Laupretre [mailto:francois@tekwire.net] > > I just created the RFC : >=20 > https://wiki.php.net/rfc/cyclic-replace Just added full array multi-level recursion support to the RFC. Still debugging the code and adding new tests. > Please also give me your opinion about implementing a similar feature = in > preg_replace() and preg_filter(). So ?????