Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20452 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28770 invoked by uid 1010); 25 Nov 2005 22:01:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28737 invoked from network); 25 Nov 2005 22:01:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2005 22:01:20 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:49492] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 86/BD-56276-0B987834 for ; Fri, 25 Nov 2005 17:01:20 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id E0C40DF010F; Fri, 25 Nov 2005 23:01:22 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08337-01; Fri, 25 Nov 2005 23:01:12 +0100 (CET) Received: from [127.0.0.1] (i577B5EB6.versanet.de [87.123.94.182]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 19203DF005B; Fri, 25 Nov 2005 23:01:12 +0100 (CET) Message-ID: <438789A0.3040107@php.net> Date: Fri, 25 Nov 2005 23:01:04 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rasmus Lerdorf Cc: Jessie Hernandez , internals@lists.php.net References: <7.0.0.16.2.20051124161240.0573e640@zend.com> <90.0E.56276.6D207834@pb1.pair.com> <200511251419.56809.pookey@pookey.co.uk> <57.B8.56276.65B27834@pb1.pair.com> <73998811.20051125204046@marcus-boerger.de> <438782C6.80008@gmail.com> <43878626.5060300@lerdorf.com> <438788CB.6000704@lerdorf.com> In-Reply-To: <438788CB.6000704@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there) From: lsmith@php.net (Lukas Smith) Rasmus Lerdorf wrote: > Are you saying this works? > > namespace ns { > function foo() { } > } > > function foo() {} > > echo true ? ns:foo():foo(); even worse if you use a class constant inside the ternary .. regards, Lukas