}
-/* {{{ 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)
{
/* }}} */
-/* {{{ 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)
{