Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40194 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21571 invoked from network); 1 Sep 2008 02:09:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2008 02:09:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=jochem@iamjochem.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jochem@iamjochem.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iamjochem.com from 194.109.193.121 cause and error) X-PHP-List-Original-Sender: jochem@iamjochem.com X-Host-Fingerprint: 194.109.193.121 mx1.moulin.nl Linux 2.6 Received: from [194.109.193.121] ([194.109.193.121:42619] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/CC-08838-0FE4BB84 for ; Sun, 31 Aug 2008 22:09:52 -0400 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id 28EA9285346; Mon, 1 Sep 2008 04:09:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at moulin.nl Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (mx1.moulin.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g66iufuRy4FT; Mon, 1 Sep 2008 04:09:44 +0200 (CEST) Received: from [10.0.13.104] (ip129-15-211-87.adsl2.static.versatel.nl [87.211.15.129]) by mx1.moulin.nl (Postfix) with ESMTP id A6A4B2852F7; Mon, 1 Sep 2008 04:09:44 +0200 (CEST) Message-ID: <48BB4EE8.2080800@iamjochem.com> Date: Mon, 01 Sep 2008 04:09:44 +0200 User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Diogo Neves CC: "[php] PHP General List" , php internals References: <87ae45950808311902r6b46e956kbd065d4fdcb38d3f@mail.gmail.com> In-Reply-To: <87ae45950808311902r6b46e956kbd065d4fdcb38d3f@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM From: jochem@iamjochem.com (Jochem Maas) redirecting to generals mailing list ... Diogo Neves schreef: > php -r 'class B { private static function a() {} public function > __callStatic($method, $parms) { echo $method, "\n"; } } $a = new B; > $a::a();' > > Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in Command line > code on line 1 > > Ok, i found the error, but anyway... a what? it's hebrew for 'double colon' (::), google could have told you this. please note, the internals mailing is for php engine development/developers, I don't think they look forward to this kind of question (t)here. ...we're lucky enough that they tolerate lurkers (*cough*) :-) >