Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41409 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26912 invoked from network); 27 Oct 2008 02:45:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2008 02:45:02 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.184 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.184 smtprelay-virgin0184.hostedemail.com Received: from [64.99.136.184] ([64.99.136.184:52451] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/A4-34199-D2B25094 for ; Sun, 26 Oct 2008 21:45:01 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay04.hostedemail.com (Postfix) with SMTP id 5AE7D86DDE5; Mon, 27 Oct 2008 02:44:59 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,9b70e7e8abd4f45d,691ff1dea13fdf9b,steph@php.net,robert@interjinn.com:slackmase2@gmail.com:nrixham@gmail.com:internals@lists.php.net:mls@pooteeweet.org,RULES_HIT:355:379:539:540:541:542:543:567:599:601:960:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1515:1516:1518:1534:1536:1559:1587:1593:1594:1683:1711:1714:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2692:3027:3622:3872:3876:3877:5007:6114:6119:6261:6312:7653:7875:8501,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (62-31-252-63.cable.ubr07.shef.blueyonder.co.uk [62.31.252.63]) (Authenticated sender: steph.fox) by omf12.hostedemail.com (Postfix) with ESMTP; Mon, 27 Oct 2008 02:44:58 +0000 (UTC) Message-ID: <011501c937de$41dfc060$3ffc1f3e@foxbox> To: "Robert Cummings" , "Andrew Mason" Cc: , , "Lukas Kahwe Smith" References: <49048EC1.9060908@chiaraquartet.net> <4904F238.8040909@gmail.com> <99cd336d0810261558w4d6388edl63eb94b3422d56b5@mail.gmail.com> <1225075131.4941.28.camel@localhost> Date: Mon, 27 Oct 2008 02:46:45 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] Re: namespace separator and whining From: steph@php.net ("Steph Fox") Hi Rob, > Wouldn't it be: > > > $x = new Framework\Utils::Foo(); > $y = new Project\PEAR::Bar( 'somestring' ); > ?> Yes, as I understand it. - Steph