RE: [PHP-DEV] ZE2 question

2002-11-29 Thread Andi Gutmans
At 04:30 PM 11/28/2002 +, James Cox wrote: it means double colon in hebrew... i think Zeev and Andi must not have known what to call it in english when they put it in... but hey, it was the first i18n'ized error message :) We are very attached to this token because it was put in when we were

Re: [PHP-DEV] ZE2 question

2002-11-28 Thread Tal Peer
Derick Rethans wrote: On Thu, 28 Nov 2002, Marcus Börger wrote: This is may be a nice token name, but i do not understand it. When trying to execute: $c->parent::function() I receive: Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /usr/src/ph It means "::". See also: http://

RE: [PHP-DEV] ZE2 question

2002-11-28 Thread James Cox
sday, November 28, 2002 4:28 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] ZE2 question > > > This is may be a nice token name, but i do not understand it. > > When trying to execute: $c->parent::function() > I receive: Parse error: parse error, unexpected T_PAAMAYIM_

Re: [PHP-DEV] ZE2 question

2002-11-28 Thread Derick Rethans
On Thu, 28 Nov 2002, Marcus Börger wrote: > This is may be a nice token name, but i do not understand it. > > When trying to execute: $c->parent::function() > I receive: Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM in > /usr/src/ph It means "::". See also: http://www.php.net/manu

[PHP-DEV] ZE2 question

2002-11-28 Thread Marcus Börger
This is may be a nice token name, but i do not understand it. When trying to execute: $c->parent::function() I receive: Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /usr/src/ph Not that anywhere it is said this should work but i did an error and found the error message not help