Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17671 invoked from network); 1 Sep 2008 02:02:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2008 02:02:29 -0000 Authentication-Results: pb1.pair.com header.from=dafneves@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=dafneves@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.182 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: dafneves@gmail.com X-Host-Fingerprint: 64.233.166.182 py-out-1112.google.com Received: from [64.233.166.182] ([64.233.166.182:15803] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/EB-08838-43D4BB84 for ; Sun, 31 Aug 2008 22:02:29 -0400 Received: by py-out-1112.google.com with SMTP id a25so920541pyi.16 for ; Sun, 31 Aug 2008 19:02:26 -0700 (PDT) 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:mime-version:content-type; bh=lmerUnoZJq3OfKNN+uWEQj87dq7oQrtsR0MQb3J+8ao=; b=YaCHZB9Q4LYEs08EqgtF3S2H1On8K82lzIduj8nx9Q8bbUYLYWzDZGLDRRxol57pZ0 /jt75Af3TbPt96YWhDw0QNzX6suJcWMOilWMMNR24dukBe41Lfu/GgV57J0LDOaxRvYQ Y0JxWyU+Kcacr+JIifGXtNus9rLP8Zgxx6jGM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=iMP2Qi52FBHGr+BP5dYCvONiFUCJj7FpaokW1U66aTaoz/dAR9G5uQ+M3cpTxWtDO2 XgBilfT4uUlaktLqmWhITqDc5jsI68/1Bb3W3KIzRRea2xWJ1C89KZvYMdOFREA3AtWQ XkvRylljCqWMhF0s5fu9du4rE6HzTcEZqA0yg= Received: by 10.65.200.13 with SMTP id c13mr11661777qbq.77.1220234545802; Sun, 31 Aug 2008 19:02:25 -0700 (PDT) Received: by 10.65.242.4 with HTTP; Sun, 31 Aug 2008 19:02:25 -0700 (PDT) Message-ID: <87ae45950808311902r6b46e956kbd065d4fdcb38d3f@mail.gmail.com> Date: Mon, 1 Sep 2008 03:02:25 +0100 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_525_20032742.1220234545799" Subject: T_PAAMAYIM_NEKUDOTAYIM From: dafneves@gmail.com ("Diogo Neves") ------=_Part_525_20032742.1220234545799 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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? -- Thanks for your attention, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt ------=_Part_525_20032742.1220234545799--