From: Stanislav Malyshev Date: Mon, 26 Sep 2011 03:57:22 +0000 (+0000) Subject: update proto X-Git-Tag: php-5.4.0beta2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f50f54a6ea4d8f4be7204acfee66aae047b61ede;p=php update proto --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 6e069b6f74..28001070eb 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -871,7 +871,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(mixed object, string class_name) Returns true if the object has this class as one of its parents */ ZEND_FUNCTION(is_subclass_of) { @@ -880,7 +880,7 @@ ZEND_FUNCTION(is_subclass_of) /* }}} */ -/* {{{ proto bool is_a(object object, string class_name) +/* {{{ proto bool is_a(mixed object, string class_name) Returns true if the object is of this class or has this class as one of its parents */ ZEND_FUNCTION(is_a) {