Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78404 invoked from network); 30 Aug 2013 17:55:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2013 17:55:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=linepogl@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=linepogl@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: linepogl@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:44004] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/F9-32511-E8CD0225 for ; Fri, 30 Aug 2013 13:55:26 -0400 Received: by mail-oa0-f51.google.com with SMTP id h1so2634160oag.24 for ; Fri, 30 Aug 2013 10:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=oRW5tpmunPcFO7ZNHHzQrx9A8FhE3VW+J8/hH0ffFNk=; b=m/8yI/twEl/JJPaFRNBnvkk7SoNfOOOo9qAbuRLsRaOOYuASlS7HnDVyd3+6xxj/Nv Ll4gasImuKpz7LkPOnSLy3mQeTqrlvx2CBj+kvhoMP01O9DlcY0/SA6j0wsT0eYqCKI2 JlO1pLan+lH73wDQqncMcnMNwWNgy7xyywSjA1s3qrRFmJjbPMEkk2B9NV0T7YmK9DAM wSjulGk+PtmX3Glpy/FYcDEDpko5knNHvIwxtdcLmewBqoHQQ+lZHMtPVr6lyK4rNgOo ZtSi0uBL3E4CE+AB0e2fmEro2T/8EZ/V+Ps7dsNUf/P7bXeeRPRIq/u6HMY8Ii/Df26+ 93wg== X-Received: by 10.60.115.10 with SMTP id jk10mr1452913oeb.74.1377885323985; Fri, 30 Aug 2013 10:55:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.100.6 with HTTP; Fri, 30 Aug 2013 10:55:03 -0700 (PDT) In-Reply-To: <5220DAC2.2020204@sugarcrm.com> References: <5220CEDE.8080600@sugarcrm.com> <5220DAC2.2020204@sugarcrm.com> Date: Fri, 30 Aug 2013 19:55:03 +0200 Message-ID: To: Stas Malyshev Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=089e0115eb5a47098304e52dedb4 Subject: Re: [PHP-DEV] [RFC] Argument unpacking From: linepogl@gmail.com (Lazare Inepologlou) --089e0115eb5a47098304e52dedb4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2013/8/30 Stas Malyshev > Hi! > > > A good example would be function forwarding for variadic functions, > > without resorting to call_user_func_array. > > What's wrong with "resorting to" call_user_func_array? > call_user_func_array is a PHP function and not some dark magic that one > should avoid using unless it is absolutely must. > > The disadvantages of call_user_func_array are very well described in the RFC. Lazare INEPOLOGLOU Ing=C3=A9nieur Logiciel > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > --089e0115eb5a47098304e52dedb4--