Index: Zend/zend_reflection_api.c =================================================================== RCS file: /repository/ZendEngine2/zend_reflection_api.c,v retrieving revision 1.100 diff -u -r1.100 zend_reflection_api.c --- Zend/zend_reflection_api.c 19 Apr 2004 18:02:49 -0000 1.100 +++ Zend/zend_reflection_api.c 26 Apr 2004 17:42:18 -0000 @@ -3155,7 +3155,7 @@ } /* }}} */ -/* {{{ proto public array Reflection_Extension::getClasses() +/* {{{ proto public ReflectionClass[] Reflection_Extension::getClasses() Returns an array containing Reflection_Class objects for all classes of this extension */ ZEND_METHOD(reflection_extension, getClasses) { @@ -3170,7 +3170,7 @@ } /* }}} */ -/* {{{ proto public array Reflection_Extension::getClasses() +/* {{{ proto public array Reflection_Extension::getClassNames() Returns an array containing all names of all classes of this extension */ ZEND_METHOD(reflection_extension, getClassNames) {