Hi Bob,

Thanks for working on this.

The amount of reserved keywords in PHP is quite large and I've experienced many 
cases where it would have been useful to use them. Especially when implementing 
a DSL, parser, code generator (quite common use case with template engines, and 
various other tools), this is often an issue.

The engine supports those "reserved" names without issues, and you can often 
actually support them by subverting the parser. As such, supporting them 
directly makes sense to me.

Regards,

Igor


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to