summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_reflection_api.c4
-rw-r--r--ext/reflection/php_reflection.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c
index 12f5e84ddc..0020272ab7 100644
--- a/Zend/zend_reflection_api.c
+++ b/Zend/zend_reflection_api.c
@@ -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)
{
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 12f5e84ddc..0020272ab7 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -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)
{