[snip]
I have a class that is throwing the error:
syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM ...
[/snip]

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM (Hebrew)

It means "there's an unexpected double colon where there shouldn't have
been".

self::$this->titles = array_merge(self::$this->titles, $special);
//error

Appears to be the trouble maker.




 

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

Reply via email to