summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index fa2b608..e29b8f2 100644
--- a/include/value.h
+++ b/include/value.h
@@ -492,6 +492,11 @@ protected:
* @var struct zval
*/
struct _zval_struct *_val;
+
+ /**
+ * The environment can access the zval directly
+ */
+ friend class Environment;
};
/**