Hi php developper,
I want to know why you can't use php keywords as class names.
It seems to me it's not a necessary constraint, but I may be wrong as I
never looked at php's sourcecode.
Thanks for you great work :)
Cheers,
zimba
Hello,
I want to know why you can't use php keywords as class names.
It seems to me it's not a necessary constraint, but I may be wrong as I
never looked at php's sourcecode.
It is necessary.
Derick
--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org
Derick Rethans wrote:
It is necessary.
Or in slightly more words: That's the way the whole syntax and parser
are built. You'll have to accept it as a fact ;-)
- Chris
Christian Schneider wrote:
Derick Rethans wrote:
It is necessary.
Or in slightly more words: That's the way the whole syntax and parser
are built. You'll have to accept it as a fact ;-)
- Chris
Thanks for your answeres. I expected something like them :p
Cheers,
zimba