Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75067 invoked from network); 10 Jan 2015 17:22:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2015 17:22:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=nf.laupretre@yahoo.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nf.laupretre@yahoo.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain yahoo.fr from 212.27.42.2 cause and error) X-PHP-List-Original-Sender: nf.laupretre@yahoo.fr X-Host-Fingerprint: 212.27.42.2 smtp2-g21.free.fr Received: from [212.27.42.2] ([212.27.42.2:29535] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/43-48183-6DF51B45 for ; Sat, 10 Jan 2015 12:22:31 -0500 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id 7460A4B018B for ; Sat, 10 Jan 2015 18:20:23 +0100 (CET) Reply-To: To: Date: Sat, 10 Jan 2015 18:22:21 +0100 Message-ID: <000b01d02cf9$fe912bb0$fbb38310$@yahoo.fr> 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: AdAs+Sc1HM5LRbTaTA2x0rVrmznAFg== Content-Language: fr X-Antivirus: avast! (VPS 150110-0, 10/01/2015), Outbound message X-Antivirus-Status: Clean Subject: [RFC] Add cyclic string replacements From: nf.laupretre@yahoo.fr ("F & N Laupretre") Hi, The RFC about the 'cyclic replacements' addition to str_[i]replace() : https://wiki.php.net/rfc/cyclic-replace The pull request, including a complete implementation of the RFC and the corresponding tests : https://github.com/php/php-src/pull/980 Please prefer PR comments. Regards, Fran=E7ois