On 2001-05-03 22:51:41, "Wez Furlong" <[EMAIL PROTECTED]> wrote:
> | "John Donagher" <[EMAIL PROTECTED]>
> > Right now, when a class (or method, or function) is declared, its
name
> > is zend_str_tolower()'d.
> > it would be nice if the original casing on the class name was
persisted
> > so that functions like get_class would return the actual
*as-declared*
> > class name.
> +1
> It will work, right (zend guys?).
> I'd love to see it.

I just read Colins comments (but deleted the message already!).

OK, so +1 to get_declared_class() which returns the class name with
original case preserved.

--Wez.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to