Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69342 invoked by uid 1010); 18 Nov 2007 01:52:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69327 invoked from network); 18 Nov 2007 01:52:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2007 01:52:40 -0000 Authentication-Results: pb1.pair.com header.from=felho@avalon.aut.bme.hu; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=felho@avalon.aut.bme.hu; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain avalon.aut.bme.hu from 84.2.42.7 cause and error) X-PHP-List-Original-Sender: felho@avalon.aut.bme.hu X-Host-Fingerprint: 84.2.42.7 mail02d.mail.t-online.hu Received: from [84.2.42.7] ([84.2.42.7:63116] helo=mail02d.mail.t-online.hu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/37-14070-8EA9F374 for ; Sat, 17 Nov 2007 20:52:40 -0500 Received: from gergely-hodicskas-computer.local (dsl51B68E90.pool.t-online.hu [81.182.142.144]) by mail02d.mail.t-online.hu (Postfix) with ESMTP id 4B40DB815 for ; Sun, 18 Nov 2007 02:52:37 +0100 (CET) Message-ID: <473F9AE1.6070909@avalon.aut.bme.hu> Date: Sun, 18 Nov 2007 02:52:33 +0100 User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: internals@lists.php.net References: <7e270cea0711170603o69936b40gfd8e0d386513c654@mail.gmail.com> <473F51D1.1020602@dealnews.com> <7e270cea0711171323g8c5e7c0m1ae47115522c6bb6@mail.gmail.com> In-Reply-To: <7e270cea0711171323g8c5e7c0m1ae47115522c6bb6@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Bring back call-time pass-by-reference From: felho@avalon.aut.bme.hu (Gergely Hodicska) Hi! > some of them might need to modify one array the other needs to modify > two arrays... But every function knows the number of its own arguments, isn't it? > array otherwise func_get_args will butcher your references. This behavior has nothing to do with the call-time-pass-reference settings, func_get_args works this way. Best Regards, Felhő