Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49822 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71447 invoked from network); 30 Sep 2010 15:30:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2010 15:30:43 -0000 Received: from [127.0.0.1] ([127.0.0.1:1514]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id D5/50-04170-32DA4AC4 for ; Thu, 30 Sep 2010 11:30:43 -0400 X-Host-Fingerprint: 92.198.40.181 port-92-198-40-181.static.qsc.de Received: from [92.198.40.181] ([92.198.40.181:28875] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/55-43687-1F9A4AC4 for ; Thu, 30 Sep 2010 11:17:05 -0400 Message-ID: <74.55.43687.1F9A4AC4@pb1.pair.com> To: internals@lists.php.net Date: Thu, 30 Sep 2010 17:17:02 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 References: <4CA3A7EF.6000201@sugarcrm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 92.198.40.181 Subject: Re: [PHP-DEV] Bug in 5.3 __invoke() magic method? From: thomas.gutbier@anthrotec.de (Thomas Gutbier) Am 30.09.2010 14:20, schrieb Matthew Weier O'Phinney: > On 2010-09-29, Stas Malyshev wrote: > Assigning a closure or > other invokable to a class should "just work" -- developers shouldn't > need to know how the Zend Engine works in order to understand the > behavior and limitations. Another example is the discussion about the right namespace separator. :: runs into abiguity because there are different hash tables. The fact that PHP core developers has chosen initialy :: as namespace separator illustrates how hard to understand is the concept of different hash tables. I would prefer strongly unique identifiers for all types. -- Thomas Gutbier thomas.gutbier@anthrotec.de