]> granicus.if.org Git - php/commitdiff
add comment
authorStanislav Malyshev <stas@php.net>
Wed, 29 Jun 2005 08:44:41 +0000 (08:44 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 29 Jun 2005 08:44:41 +0000 (08:44 +0000)
Zend/zend_API.c

index 560af38642864e924a95f08e3fd07562ebd1a302..36015275ab2044d84d1ce4f179e76352ceb43ed4 100644 (file)
@@ -234,6 +234,7 @@ ZEND_API zend_class_entry *zend_get_class_entry(zval *zobject TSRMLS_DC)
        }
 }
 
+/* returns 1 if you need to copy result, 0 if it's already a copy */
 ZEND_API int zend_get_object_classname(zval *object, char **class_name, zend_uint *class_name_len TSRMLS_DC)
 {
        if (Z_OBJ_HT_P(object)->get_class_name == NULL ||