Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33836 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32037 invoked by uid 1010); 7 Dec 2007 16:16:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32021 invoked from network); 7 Dec 2007 16:16:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2007 16:16:57 -0000 Authentication-Results: pb1.pair.com header.from=lokrain@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=lokrain@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.168 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: lokrain@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Received: from [66.249.92.168] ([66.249.92.168:27668] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/72-16679-9F179574 for ; Fri, 07 Dec 2007 11:16:57 -0500 Received: by ug-out-1314.google.com with SMTP id u40so932992ugc for ; Fri, 07 Dec 2007 08:16:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=mhqoWrf4HckXsgOguQgzdnZ6mHzWKQvHAulHltyd/Ek=; b=R5o37zn5q7AFLPUXIkFIZqTVwBBIsNgtYTEzF8VYcEhyVGZzg55e7cJf93+YSpUdwdkkwdH64srfQUEClaUYn9bbooz7MWiLO3moCZneo9ryOd3HvFb6qH/kBW/wDyu5Djq+UZW/cqYh8jEkfIfIy1yAgViqp17CtPgFlBzPMZY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ob0hPUKDquMrhel/GXv/l1z+rGr9RPNKO6O7xEZ+t6FSkxv1v6VpTYzkoHbGYWq9TWTMdP3ptj9/DQXsOn+zhXSmkCWcOYmw0q9/UgRg7YU4udEept9UQJLWjq+gfXDSFk5WRrE7sbntE2zUbbR49o/aKitoeOck7MlIFUrMfSk= Received: by 10.67.115.2 with SMTP id s2mr2791255ugm.1197044212894; Fri, 07 Dec 2007 08:16:52 -0800 (PST) Received: by 10.66.238.6 with HTTP; Fri, 7 Dec 2007 08:16:52 -0800 (PST) Message-ID: <345fd5cd0712070816m2c0d4a22hd03f91abff2405ae@mail.gmail.com> Date: Fri, 7 Dec 2007 18:16:52 +0200 To: internals@lists.php.net In-Reply-To: <345fd5cd0712070815k55eac42fh14d5685039c03113@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16502_11772175.1197044212829" References: <475713B2.4030802@iamjochem.com> <475719ED.8050306@zend.com> <200712052110.37023.larry@garfieldtech.com> <47576AEF.4030306@omegavortex.net> <5474E017-DF97-4B91-8FE0-7D6831E64F56@bitxtender.com> <4EE0727E-ABBA-490D-B247-8C6E9A9727BA@gmx.net> <345fd5cd0712070815k55eac42fh14d5685039c03113@mail.gmail.com> Subject: [PHP-DEV] Namespace From: lokrain@gmail.com (Lokrain) ------=_Part_16502_11772175.1197044212829 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello all, I just wanted to drop an opp. Just to see the logic, when we have programming structure class, interface, function, if statement, switch statement etc, we have bracers encapsulation. This is the logic that most programming language give to show a programmer that something is inside something. We here have namespace with the same idea, and no bracers. Conclusion: namespaces are not logical => no thanks PS. By the way, I do not think that any workarounds on that logic will not be nice. ------=_Part_16502_11772175.1197044212829--