1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

update proto

This commit is contained in:
Stanislav Malyshev
2011-09-26 03:57:22 +00:00
parent 223e2ac106
commit f50f54a6ea
+2 -2
View File
@@ -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)
{