]> granicus.if.org Git - php/commitdiff
- Fix prototypes
authorAndi Gutmans <andi@php.net>
Tue, 27 Apr 2004 15:18:33 +0000 (15:18 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 27 Apr 2004 15:18:33 +0000 (15:18 +0000)
Zend/zend_reflection_api.c
ext/reflection/php_reflection.c

index 12f5e84ddc3db9e3da30d1cdd068a166d612e73e..0020272ab7ba6eeb23e0db34cc73acd6256fe70a 100644 (file)
@@ -3158,7 +3158,7 @@ static int add_extension_class(zend_class_entry **pce, int num_args, va_list arg
 }
 /* }}} */
 
-/* {{{ 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)
 {
@@ -3173,7 +3173,7 @@ ZEND_METHOD(reflection_extension, getClasses)
 }
 /* }}} */
 
-/* {{{ 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)
 {
index 12f5e84ddc3db9e3da30d1cdd068a166d612e73e..0020272ab7ba6eeb23e0db34cc73acd6256fe70a 100644 (file)
@@ -3158,7 +3158,7 @@ static int add_extension_class(zend_class_entry **pce, int num_args, va_list arg
 }
 /* }}} */
 
-/* {{{ 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)
 {
@@ -3173,7 +3173,7 @@ ZEND_METHOD(reflection_extension, getClasses)
 }
 /* }}} */
 
-/* {{{ 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)
 {