summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/value.h b/include/value.h
index 3aad995..807ad42 100644
--- a/include/value.h
+++ b/include/value.h
@@ -1154,18 +1154,6 @@ protected:
struct _zval_struct *detach();
/**
- * Attach a different zval
- *
- * This will first detach the current zval, and link the Value object to
- * a different zval. Versions exist to attach to a zval and to an entire
- * hash table
- *
- * @param val
- */
- void attach(struct _zval_struct *val);
- void attach(struct _hashtable *hashtable);
-
- /**
* Set a certain property without running any checks (you must already know
* for sure that this is an array, and that the index is not yet in use)
*