Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76329 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25619 invoked from network); 4 Aug 2014 05:48:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2014 05:48:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=inefedor@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=inefedor@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.182 as permitted sender) X-PHP-List-Original-Sender: inefedor@gmail.com X-Host-Fingerprint: 74.125.82.182 mail-we0-f182.google.com Received: from [74.125.82.182] ([74.125.82.182:38128] helo=mail-we0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/2C-25844-E8E1FD35 for ; Mon, 04 Aug 2014 01:47:59 -0400 Received: by mail-we0-f182.google.com with SMTP id k48so7077957wev.13 for ; Sun, 03 Aug 2014 22:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=ZG/WVUCCA4RKQa37nFoHdEzgq50TFXtb9q95tgOaoVg=; b=LRm+Q+vj7gRt5V1Vwh38XlMzIa2bC0jqTItq+m+UwaqXuGgRvUcz18oKPWMFYxPgwn mUshGFp1Wc8QSSc2+Fp4QG+9t+FFJAySjtsyRDk82UhkNdyTufLeVk0PoxN/BS4ZAq+u sdcmLksSmZKc8XpqdpQB96Ku6cHGmbsdgUR7m3MtOlBdDdwjm8BQSENOApNJqdkV6cH3 gVgB2ZRDG8N0NFwTbdnOn3laDzX16t56OuBmvygFtAlXGqaP0ZYxTCCFwvs3Y1GbNrOj Ip0q7JATjPDtrG+rSy0mTTA1nLOeS9nFb6bh/79R8qTePUmro+Qug+d+LhIKnmdHxeRG 0P4w== X-Received: by 10.180.74.240 with SMTP id x16mr26424288wiv.13.1407131301299; Sun, 03 Aug 2014 22:48:21 -0700 (PDT) Received: from nikita-optiplex-9020 ([2.50.50.209]) by mx.google.com with ESMTPSA id r2sm21797591wic.9.2014.08.03.22.48.19 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 03 Aug 2014 22:48:20 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Andrea Faulds" , internals@lists.php.net References: Date: Mon, 04 Aug 2014 09:48:08 +0400 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (Linux) Subject: Re: [PHP-DEV] [RFC] Closure::call and Function Referencing as Closures From: inefedor@gmail.com ("Nikita Nefedov") Hey Andrea, I really love function referencing RFC, this is something I miss in PHP = = and would I have a voting right I'd would +1 even in this state of it. But I dislike a bit the fact that we start to use Closure for everything= , = I really wish we had a dedicated type for functions (read functions as a= = first-class citizens). On Mon, 04 Aug 2014 01:50:55 +0400, Andrea Faulds wrote: > Good evening, > > I am proposing two new RFCs. As they are both inter-related and = > complementary, with the second having the first as a prerequisite, I=E2= =80=99m = > making just a single email to cover both: > > https://wiki.php.net/rfc/closure_apply > https://wiki.php.net/rfc/function_referencing > > Both have written, tested and working patches aimed for master. > > Thoughts appreciated, thanks. > -- > Andrea Faulds > http://ajf.me/ > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php