Re: [PHP-WIN] I a list of PHP 5 reserved words please!

2004-05-11 Thread Jordi Canals
Sonia Desbiens wrote: I have a few clients that have upgraded to PHP 5 for development projects and I am running into problems with class object naming for all my classes and COM objects that use '$this->' $this = new COM ( 'ibmTransate.Server' ); $this->MimeType = 'text/' . ( $key->type == '1

[PHP-WIN] I a list of PHP 5 reserved words please!

2004-05-10 Thread Sonia Desbiens
Hi I have a few clients that have upgraded to PHP 5 for development projects and I am running into problems with class object naming for all my classes and COM objects that use '$this->' $this = new COM ( 'ibmTransate.Server' ); $this->MimeType = 'text/' . ( $key->type == '1' ? 'text' : 'htm