[PHP-DOC] Re: [PHP-DEV] Bug #10172 Updated: get_class() doesn't return lowercase for DomX objects From: Colin Viebrock (colin <email protected>)
Date: 11/22/01

> Well .. the documentation always documents the 'current'
> state as much as it can, so it is right to update the docs.

I agree.
 
> However, I don't like the idea to lowercase all classes.
>
> I'ld rather see the original notation of classes not to be
> changed at all. No idea why there was every introduced
> lowercases ....

Except, that would entail making function names and class names
case-sensitive, which they aren't now. That is much more of a major
change to the language (with huge compatability issues) than what
I am proposing.

- Colin