Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20955 invoked by uid 1010); 19 Mar 2007 21:31:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20940 invoked from network); 19 Mar 2007 21:31:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2007 21:31:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=wez@omniti.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=wez@omniti.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain omniti.com designates 66.225.209.50 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: wez@omniti.com X-Host-Fingerprint: 66.225.209.50 mail.omniti.com Linux 2.5 (sometimes 2.4) (4) Received: from [66.225.209.50] ([66.225.209.50:36100] helo=mail.omniti.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/43-01604-1110FF54 for ; Mon, 19 Mar 2007 16:30:59 -0500 X-DKIM: Ecelerity dkim_sign implementing draft-ietf-dkim-base-00 DKIM-Signature: a=rsa-sha1; d=omniti.com; s=test; t=1174339854; c=simple/simple; q=dns; i=@omniti.com; h=From; b=hZJnKlXHAF1q8iCxszp0jki8KLrSlYF63tcbTGhbGY46H+eQHY3cnepBqhFrZmnP yi+Swft1aYLCKc4Koqmpiap9mWNwPSyX9BEUiBpxfRrlIYL+KhxVXwqHZerlCpSO X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=test; d=omniti.com; h=Authentication-Results:Received:In-Reply-To:References:Mime-Version:X-Priority:Content-Type:Message-Id:Cc:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=PeYZ7wjkL5OZxAyZxS43PeD+6Mg0iibzzyZk1PZinGFTF0Q7GR1OM5em723RS/qp sj5vYHHRf7+Ipk6d+tpkhKHPSzazVQr3pmjacNR6yB8DzjJ64mTaWWvkqeyjyDne Authentication-Results: mail.omniti.com smtp.user=wez; auth=pass (LOGIN) Received: from [66.80.117.2] ([66.80.117.2:50462] helo=[10.80.116.165]) by mail.omniti.com (ecelerity 2.1.1.12 r(14453)) with ESMTPSA (cipher=AES128-SHA) id 9E/D1-26454-B010FF54 for ; Mon, 19 Mar 2007 17:30:54 -0400 In-Reply-To: <43306.216.230.84.67.1174339585.squirrel@www.l-i-e.com> References: <86478A67-DCA2-4000-9EF0-DA4338E8389B@omniti.com> <45FDF031.4010508@zend.com> <45FE2312.1050506@zend.com> <45FED6D9.8030307@caedmon.net> <45FEDAE5.2010309@zend.com> <43306.216.230.84.67.1174339585.squirrel@www.l-i-e.com> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Mon, 19 Mar 2007 17:30:50 -0400 To: ceo@l-i-e.com X-Mailer: Apple Mail (2.752.3) Subject: Re: [PHP-DEV] PATCH: anonymous functions in PHP From: wez@omniti.com (Wez Furlong) My implementation preserves this information. --Wez. On Mar 19, 2007, at 5:26 PM, Richard Lynch wrote: > I think the anonymous name having metadata about the __FILE__ __LINE__ > __COLUMN__ would be pretty nifty for error messages and debuggers... > > I'm a bit tired of seeing "Error: blah blah in Unknown on line: 0" > personally. :-) > > This presumes somebody would take the effort to de-construct that > metadata for a better error message, but better to have it available > and possible to be done someday than "impossible" > > -- > Some people have a "gift" link here. > Know what I want? > I want you to buy a CD from some starving artist. > http://cdbaby.com/browse/from/lynch > Yeah, I get a buck. So? >