When creating new raw php files, they are saved in UTF8 with BOM format.
This generates errors when coding in PHP5 using namespaces because additional invisible characters are considered by PHP as before namespace declaration. So we have to create files in another editor to make the UTF8 WITHOUT BOM and then edit them with AUTOMATIC enconding detection under Code Writer.