]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Tue, 7 Mar 2006 08:33:46 +0000 (08:33 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 7 Mar 2006 08:33:46 +0000 (08:33 +0000)
Zend/zend_builtin_functions.c

index 36473efa284a4f927c84f1cc5a958aebbbded73e..e75eed52ea7fc80e0a9daf434546cd4be5981723 100644 (file)
@@ -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)
 {