From:             [EMAIL PROTECTED]
Operating system: Win NT 4.0
PHP version:      4.2.2
PHP Bug Type:     Class/Object related
Bug description:  get_class_methods showing lower case class names

Using get_class_methods shows method names all in lower case. I expect this
to show the method names as they were typed in for each function.

That is:

class A
{
   function HelloWorld()
   {
   }
}

$a = get_class_methods(A);
print_r($a);

shouldnt be helloworld but rather HelloWorld
-- 
Edit bug report at http://bugs.php.net/?id=20296&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20296&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20296&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20296&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20296&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20296&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20296&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20296&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20296&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20296&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20296&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20296&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20296&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20296&r=isapi

Reply via email to