On Wed, Nov 09, 2005 at 04:27:08PM -0500, Unknown Unknown wrote:
> I was working with objects, and suddenly i got this error:
> *Parse error*: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in *
> D:\Apache\Apache(re)\Apache2\htdocs\Include.php* on line *11*
> is this like a bug in PHP or is it a valid error?

It is a valid. The T_PAAMAYIM_NEKUDOTAYIM is refering to a the
double colon (::) token. You would get that error if you use it
wrong, like:

  'foo'::bar;

Btw, Paamayim Nekudotayim means double colon in hebrew.

Curt.
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to