Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65941 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42841 invoked from network); 19 Feb 2013 13:21:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 13:21:08 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:58207] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/44-17768-34C73215 for ; Tue, 19 Feb 2013 08:21:07 -0500 Received: by mail-la0-f52.google.com with SMTP id fs12so6421417lab.39 for ; Tue, 19 Feb 2013 05:21:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=panH2z3LlpHbriGXwMKSz9VsoZIGqem1tnikNDl136E=; b=K3BX29W3Yx1R30rmPxeKJpUKLZuB7IBDbbBgizjp/0v3bS5oruQ1F78fw7aPhmnStU z1HiWq57nM5aNUeD3vH3CF75L440HGdWAXqvKTM8fTds/puN7ArwLhIbwNcDtP/++9bp Ekx/Sh8i65NbLEE9H6ztYrJ7mxdZ4LIaiCmqvga1c51KVIuGs1//kgIuYbpFsLT1osGu bQ3WjCAgRRql9cI2rAN/yA5lHHM3zPQyO4d7piXWHsgrX8DUuWYngvPwIV/2GXrghivD xlCF6h7wigiuAqz+FdPX/WweciHunltgp9qjsVvihFIBwJVeMy/m/9MjuTG+yELbxOg9 r3yg== MIME-Version: 1.0 X-Received: by 10.112.16.102 with SMTP id f6mr7239959lbd.3.1361280062896; Tue, 19 Feb 2013 05:21:02 -0800 (PST) Sender: mike.php.net@gmail.com Received: by 10.114.4.109 with HTTP; Tue, 19 Feb 2013 05:21:02 -0800 (PST) In-Reply-To: <8490FC41-2696-4948-83A1-3931674183B0@gmail.com> References: <8490FC41-2696-4948-83A1-3931674183B0@gmail.com> Date: Tue, 19 Feb 2013 14:21:02 +0100 X-Google-Sender-Auth: 5zZSEVB44tqGJNfmFn6SdRsZvfw Message-ID: To: Marcello Duarte Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d0401fd0f96b98904d613b6b0 Subject: Re: [PHP-DEV] [RFC] Short syntax for anonymous functions From: mike@php.net (Michael Wallner) --f46d0401fd0f96b98904d613b6b0 Content-Type: text/plain; charset=UTF-8 On 19 February 2013 13:57, Marcello Duarte wrote: > Inspired by Sara, here is another RFC, I finally got around to draft: > > https://wiki.php.net/rfc/short-syntax-for-anonymous-function > > Please feedback, > > Duh, I don't think function(){} is long. -- Regards, Mike --f46d0401fd0f96b98904d613b6b0--