1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

MFH: Correct grammar.

This commit is contained in:
Sebastian Bergmann
2005-04-25 05:14:46 +00:00
parent 40d04782e0
commit 4dceadd4c1
2 changed files with 4 additions and 4 deletions

View File

@@ -2315,7 +2315,7 @@ ZEND_METHOD(reflection_class, getConstructor)
/* }}} */
/* {{{ proto public ReflectionMethod ReflectionClass::getMethod(string name) throws ReflectionException
Returns the class' method specified by it's name */
Returns the class' method specified by its name */
ZEND_METHOD(reflection_class, getMethod)
{
reflection_object *intern;
@@ -2388,7 +2388,7 @@ ZEND_METHOD(reflection_class, getMethods)
/* }}} */
/* {{{ proto public ReflectionProperty ReflectionClass::getProperty(string name) throws ReflectionException
Returns the class' property specified by it's name */
Returns the class' property specified by its name */
ZEND_METHOD(reflection_class, getProperty)
{
reflection_object *intern;

View File

@@ -2315,7 +2315,7 @@ ZEND_METHOD(reflection_class, getConstructor)
/* }}} */
/* {{{ proto public ReflectionMethod ReflectionClass::getMethod(string name) throws ReflectionException
Returns the class' method specified by it's name */
Returns the class' method specified by its name */
ZEND_METHOD(reflection_class, getMethod)
{
reflection_object *intern;
@@ -2388,7 +2388,7 @@ ZEND_METHOD(reflection_class, getMethods)
/* }}} */
/* {{{ proto public ReflectionProperty ReflectionClass::getProperty(string name) throws ReflectionException
Returns the class' property specified by it's name */
Returns the class' property specified by its name */
ZEND_METHOD(reflection_class, getProperty)
{
reflection_object *intern;