Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57482 invoked from network); 29 Apr 2010 08:22:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Apr 2010 08:22:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:54021] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/37-05666-AB149DB4 for ; Thu, 29 Apr 2010 04:22:19 -0400 Received: by wwb17 with SMTP id 17so289358wwb.29 for ; Thu, 29 Apr 2010 01:22:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=f69wdEtPdBNWec1TdOl+9HYTdTV49sBLAxaDOvHtBQM=; b=GMOs1v6+zkm6mjjy2Nstb8PlM6bkCXQgEAoSZEPtCWExv+75GYGDWUp5qKiD7B/reb 7W0KJSlShfugGSDYEIgjS6qmtbBoyJCTZdtmXDgvCatv1C4PiyPtXdOfqAz4FS7K/L1W dWEgNfltv8WT+r9i+9zRik/WsAplEDZ/fB7Uc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=m2fvkvVov84eBrCWLNwz1ij0IH/Y5PNOt9QPFoH4nf8mB0Qi9dQtzPo+SlTKr4ca+o wQWaU6vp+r22ugLeNi5WUAUAoky5BcZvZHHVKVl3gidNwerN1T5ryuiHtC8tzz1QYQe6 oBMdTrljd9DnPS25Q1//DGVzyAz3hBM5uebF8= MIME-Version: 1.0 Received: by 10.216.172.202 with SMTP id t52mr5886063wel.21.1272529335687; Thu, 29 Apr 2010 01:22:15 -0700 (PDT) Received: by 10.216.187.65 with HTTP; Thu, 29 Apr 2010 01:22:15 -0700 (PDT) In-Reply-To: <1272491141.3021.59.camel@kheops> References: <1272491141.3021.59.camel@kheops> Date: Thu, 29 Apr 2010 10:22:15 +0200 Message-ID: To: sylvain@abstraction.fr Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] backslash, really ... ? From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Apr 28, 2010 at 23:45, Sylvain Rabot wrote: > You chose for the namespace feature, a great feature besides, the > backslash ?? really ?? Come on guys, among all the possibilities, you > have chosen, according to me, the most hideous character possible. I've been using namespaces for several months now and I like it. Felt a bit strange in the beginning, but so did writing 'function' when declaring methods. This is how the language is. You get used to it (I even hear that some people get used to the WS requirements in python...). -Hannes