Are there any reserved keywords in PHP put aside for future development?

I am looking for some guidelines of avoiding name clashes with future PHP
development. For example, if I write a function named import() and then
suddenly the import() becomes a language construct it will suck.

So, any names set aside with "don't use" stuck on them? Any rules (a la _NAMES
in C) ?

-- teodor

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to