summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-09-09 16:47:22 +0000
committerAndi Gutmans <andi@php.net>2004-09-09 16:47:22 +0000
commit96ab56e1467110164aae07d2e2e17c0d126d8d46 (patch)
tree3d822bbec6783ecfcba5f2e8ace7ddb9fc3e81b5 /Zend/zend_execute.h
parentbb8167cda308394a7d4d689bfdf12292b9eb4e04 (diff)
downloadphp-git-96ab56e1467110164aae07d2e2e17c0d126d8d46.tar.gz
- Roll back VM commit
Diffstat (limited to 'Zend/zend_execute.h')
-rw-r--r--Zend/zend_execute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h
index f4621fe223..2ff6ba25eb 100644
--- a/Zend/zend_execute.h
+++ b/Zend/zend_execute.h
@@ -167,6 +167,8 @@ void zend_shutdown_timeout_thread();
#define active_opline (*EG(opline_ptr))
+void zend_assign_to_variable_reference(znode *result, zval **variable_ptr_ptr, zval **value_ptr_ptr, temp_variable *Ts TSRMLS_DC);
+
/* The following tries to resolve the classname of a zval of type object.
* Since it is slow it should be only used in error messages.
*/