RE: [PHP] Tracking down the elusive "expecting T_PAAMAYIM_NEKUDOTAYIM"
- Date: Wed, 14 May 2008 15:29:52 -0500
- From: "Jay Blanchard" <jblanchard@xxxxxxxxxx>
- Subject: RE: [PHP] Tracking down the elusive "expecting T_PAAMAYIM_NEKUDOTAYIM"
[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