summaryrefslogtreecommitdiff
path: root/src/classinfo.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 09:36:30 -0800
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-07 09:36:30 -0800
commit2a0d1ae46b16f58ef7a4a096141b4a725600bf3e (patch)
tree252766d0e872749837e03b4d80b20c596c93bca0 /src/classinfo.cpp
parentc91dc2292f4fd49a3103691cb70fee8336c6aa6c (diff)
Changed tabs in whitespace with newlines, added initial implementation for Value::size() for object variables
Diffstat (limited to 'src/classinfo.cpp')
-rw-r--r--src/classinfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/classinfo.cpp b/src/classinfo.cpp
index 3bb9d00..81edf4f 100644
--- a/src/classinfo.cpp
+++ b/src/classinfo.cpp
@@ -26,9 +26,9 @@ static void deallocate_object(void *object TSRMLS_DC)
if (obj->cpp) delete obj->cpp;
// get rid of the object properties
- // @todo if we enable the following two lines, segmentation
- // faults and memory corruption occurs. however, the online
- // documentation does it like this
+ // @todo if we enable the following two lines, segmentation
+ // faults and memory corruption occurs. however, the online
+ // documentation does it like this
//zend_hash_destroy(obj->php.properties);
//FREE_HASHTABLE(obj->php.properties);