diff options
author | Andrei Zmievski <andrei@php.net> | 2006-03-07 08:33:46 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2006-03-07 08:33:46 +0000 |
commit | 9840a792eeb1cf2d2d6c0b7047d0c5f4e174e86f (patch) | |
tree | a2b56a27ab9496d767a92f68b8639f2d5b8c4f46 | |
parent | 6709a6bfc922b0b49b1ba39506cc644d0a4bac99 (diff) | |
download | php-git-9840a792eeb1cf2d2d6c0b7047d0c5f4e174e86f.tar.gz |
*** empty log message ***
-rw-r--r-- | Zend/zend_builtin_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 36473efa28..e75eed52ea 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -697,7 +697,7 @@ static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass) } -/* {{{ proto bool is_subclass_of(object object, string class_name) +/* {{{ proto bool is_subclass_of(object object, string class_name) U Returns true if the object has this class as one of its parents */ ZEND_FUNCTION(is_subclass_of) { @@ -706,7 +706,7 @@ ZEND_FUNCTION(is_subclass_of) /* }}} */ -/* {{{ proto bool is_a(object object, string class_name) +/* {{{ proto bool is_a(object object, string class_name) U Returns true if the object is of this class or has this class as one of its parents */ ZEND_FUNCTION(is_a) { |