summaryrefslogtreecommitdiff
path: root/zend/classimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zend/classimpl.h')
-rw-r--r--zend/classimpl.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/zend/classimpl.h b/zend/classimpl.h
index 32f0e1f..5d0ab60 100644
--- a/zend/classimpl.h
+++ b/zend/classimpl.h
@@ -42,13 +42,13 @@ private:
* @var zend_class_entry
*/
zend_class_entry *_entry = nullptr;
-
+
/**
* Pointer to the entries
* @var zend_function_entry[]
*/
zend_function_entry *_entries = nullptr;
-
+
/**
* All class methods
* @var std::list
@@ -91,6 +91,11 @@ private:
*/
bool _initialized = false;
+ /**
+ * Memory allocated by this object to hide a pointer
+ * @var char*
+ */
+ char *_self = nullptr;
/**
* Retrieve an array of zend_function_entry objects that hold the