Hi Adrien, Dirk, > class AbCdEf {} > class abcdef {} // Fatal error: Cannot redeclare class abcdef Adrien is right about this. FYI, the same is true for function names and object methods - but NOT for variables and properties! Cheers, Claus