Skip to content

Commit f50f54a

Browse files
committed
update proto
1 parent 223e2ac commit f50f54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_builtin_functions.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass)
871871
}
872872

873873

874-
/* {{{ proto bool is_subclass_of(object object, string class_name)
874+
/* {{{ proto bool is_subclass_of(mixed object, string class_name)
875875
Returns true if the object has this class as one of its parents */
876876
ZEND_FUNCTION(is_subclass_of)
877877
{
@@ -880,7 +880,7 @@ ZEND_FUNCTION(is_subclass_of)
880880
/* }}} */
881881

882882

883-
/* {{{ proto bool is_a(object object, string class_name)
883+
/* {{{ proto bool is_a(mixed object, string class_name)
884884
Returns true if the object is of this class or has this class as one of its parents */
885885
ZEND_FUNCTION(is_a)
886886
{

0 commit comments

Comments
 (0)