]> granicus.if.org Git - php/commitdiff
- Treat class_name in the exact same manner as prop_name before
authorMarcus Boerger <helly@php.net>
Sun, 14 Aug 2005 15:19:45 +0000 (15:19 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 14 Aug 2005 15:19:45 +0000 (15:19 +0000)
Zend/zend.c

index f2c2e3a15e5327aed02e68016878c51bd20d93e8..8a35f442a394743b02a70c7a63e9f0364c96500e 100644 (file)
@@ -273,7 +273,7 @@ static void print_hash(HashTable *ht, int indent, zend_bool is_object TSRMLS_DC)
                                                if (class_name[0]=='*') {
                                                        ZEND_PUTS(":protected");
                                                } else {
-                                                       ZEND_PUTS(":private");
+                                                       zend_printf(":%r:private", class_name);
                                                }
                                        }
                                } else {