summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-02-28 11:03:05 +0400
committerDmitry Stogov <dmitry@zend.com>2014-02-28 11:03:05 +0400
commit54095e8c564e1a5ddb4457cfa47874523e6eda6e (patch)
tree8413853aa15dd59720fa3a54081bcf2c63d15248 /Zend/zend_variables.h
parent855a030b7b49db58cc203f2ecdc6bdfadf3ed539 (diff)
downloadphp-git-54095e8c564e1a5ddb4457cfa47874523e6eda6e.tar.gz
Converting from reference to regular value
Diffstat (limited to 'Zend/zend_variables.h')
-rw-r--r--Zend/zend_variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h
index ab5c5b38b8..2e2b183d76 100644
--- a/Zend/zend_variables.h
+++ b/Zend/zend_variables.h
@@ -78,6 +78,8 @@ ZEND_API void _zval_internal_ptr_dtor_wrapper(zval *zvalue);
#endif
ZEND_API void zval_add_ref(zval *p);
+//??? previously references become regular values when refcount became 1
+ZEND_API void zval_add_ref_unref(zval *p);
END_EXTERN_C()