ID: 20296
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Class/Object related
Operating System: Win NT 4.0
PHP Version: 4.2.2
New Comment:
The same goes true for get_parent_class()
Its shows class names in lower case
Previous Comments:
------------------------------------------------------------------------
[2002-11-07 02:58:42] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=20296&edit=1