Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28478 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44934 invoked by uid 1010); 20 Mar 2007 08:03:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44918 invoked from network); 20 Mar 2007 08:03:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2007 08:03:44 -0000 Authentication-Results: pb1.pair.com header.from=xuefer@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=xuefer@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.245 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: xuefer@gmail.com X-Host-Fingerprint: 209.85.132.245 an-out-0708.google.com Received: from [209.85.132.245] ([209.85.132.245:55181] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/60-40101-F559FF54 for ; Tue, 20 Mar 2007 03:03:44 -0500 Received: by an-out-0708.google.com with SMTP id c28so1705209ana for ; Tue, 20 Mar 2007 01:03:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bADe6KIeajqM2F/OzjvFoBuiESuaxArLb988dSw2UUhjYPP4+oNSw45l+AVnXFWPU0LUeHQsDBVXCVSVCCIV033wPngeIOWgRDwfQbjiR4Zw0v+EcckLGJHYKZ3HANZzoiRwXXb6nwhDrIAid99kgnahijYkXpli0Y6e9iUDjtY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c8c7O37ZQc9VTHw9OSUI0YHKgTW3sOMWOM3nyBrJCx8x82I9//gihWkT2aE3cG3BNYOm/oKz90iATQz58PA1mvzO5rWzxlwjzKSvqizpUH51XxAY0OoByO2D0p7d84Jj7rTNYyTdTCo9TYC9+1Hqoz7ZP5UVrIjI/9ZJA6m27ac= Received: by 10.100.137.18 with SMTP id k18mr4542343and.1174377820703; Tue, 20 Mar 2007 01:03:40 -0700 (PDT) Received: by 10.100.4.3 with HTTP; Tue, 20 Mar 2007 01:03:40 -0700 (PDT) Message-ID: <28139bc0703200103t7bb7cc9tc1723a36d474759@mail.gmail.com> Date: Tue, 20 Mar 2007 16:03:40 +0800 To: "Andi Gutmans" Cc: "Wez Furlong" , "Stas Malyshev" , "Robert Cummings" , "Sean Coates" , internals@lists.php.net In-Reply-To: <698DE66518E7CA45812BD18E807866CE18559A@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <86478A67-DCA2-4000-9EF0-DA4338E8389B@omniti.com> <1174336464.24632.110.camel@blobule> <45FEF9A5.4050409@zend.com> <1174338801.24632.124.camel@blobule> <45FEFDCE.7050100@zend.com> <1174339527.24632.129.camel@blobule> <45FF01FE.6070504@zend.com> <698DE66518E7CA45812BD18E807866CE185525@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CE18559A@us-ex1.zend.net> Subject: Re: [PHP-DEV] PATCH: anonymous functions in PHP From: xuefer@gmail.com (Xuefer) thanks to the demo script that bring us to this topic again. i must agree that designing a language isn't as simple as most ppl might think. so thank u if u keep thinking this topic. i would remind that the static variable make it not cache friendly, so i suggest the anonymous-name should be something like the temp late binding class name. just keep cache-friendly in mind, thanks