summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorolshevskiy87 <olshevskiy87@bk.ru>2015-05-13 22:05:59 +0400
committerolshevskiy87 <olshevskiy87@bk.ru>2015-05-13 22:28:35 +0400
commit8bdec7a2489220983db439b7ad729f71e798dc75 (patch)
treed27c3a409fe50b03c059fb80c6be3864143ce1df /ext/reflection/php_reflection.c
parentabb616ae2042e5769cf4fc5e9ab12bc4d6938a58 (diff)
downloadphp-git-8bdec7a2489220983db439b7ad729f71e798dc75.tar.gz
fix typos
Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru>
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index f7dd5531d0..fd58f158c3 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -1737,7 +1737,7 @@ ZEND_METHOD(reflection_function, isInternal)
/* }}} */
/* {{{ proto public bool ReflectionFunction::isUserDefined()
- Returns whether this is an user-defined function */
+ Returns whether this is a user-defined function */
ZEND_METHOD(reflection_function, isUserDefined)
{
reflection_object *intern;