Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43322 invoked from network); 16 Jul 2012 08:05:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2012 08:05:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.21 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.21 smtp1.ist.utl.pt Linux 2.6 Received: from [193.136.128.21] ([193.136.128.21:50626] helo=smtp1.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/27-20866-13BC3005 for ; Mon, 16 Jul 2012 04:05:06 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.ist.utl.pt (Postfix) with ESMTP id 0FF677000458 for ; Mon, 16 Jul 2012 09:05:03 +0100 (WEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp1.ist.utl.pt ([127.0.0.1]) by localhost (smtp1.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id GGInrPGzB6uq for ; Mon, 16 Jul 2012 09:05:02 +0100 (WEST) Received: from nebm.ist.utl.pt (unknown [IPv6:2001:690:2100:4::58:1]) by smtp1.ist.utl.pt (Postfix) with ESMTP id D4F007000424 for ; Mon, 16 Jul 2012 09:05:02 +0100 (WEST) Received: from localhost ([127.0.0.1] helo=nebm.ist.utl.pt) by nebm.ist.utl.pt with esmtp (Exim 4.72) (envelope-from ) id 1SqgIg-0005rX-N3 for internals@lists.php.net; Mon, 16 Jul 2012 09:05:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 16 Jul 2012 10:05:02 +0200 To: Organization: =?UTF-8?Q?N=C3=BAcleo_de_Engenharia_Biom=C3=A9dica_do_Insti?= =?UTF-8?Q?tuto_Superior_T=C3=A9cnico?= In-Reply-To: References: Message-ID: <4672bc1ca5a1ad95956b60ea654f7b24@nebm.ist.utl.pt> X-Sender: glopes@nebm.ist.utl.pt User-Agent: RoundCube Webmail/0.5.3 Subject: Re: [PHP-DEV] New String Function: =?UTF-8?Q?str=5Freplace=5Flimi?= =?UTF-8?Q?t?= From: glopes@nebm.ist.utl.pt (Gustavo Lopes) On Sun, 15 Jul 2012 20:59:10 +0100, Paul Dragoonis wrote: > The 4th param to str_replace is a by-ref param, so you can't just > skip > over it, can you ? > I don't think so, but we could make it so that you could by using optional passing by reference. -- Gustavo Lopes