summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-19 18:54:40 +0000
committerZeev Suraski <zeev@php.net>1999-12-19 18:54:40 +0000
commit223c674c2a6f014e013c2ff0737febd22b19f96d (patch)
treee3ad2d9f0ec5d70a529eafc52b73415f61d29ce9 /Zend/zend_execute.h
parent99472238003e87d7d1d0b0513cb571b543753217 (diff)
downloadphp-git-223c674c2a6f014e013c2ff0737febd22b19f96d.tar.gz
- Made things work again (Thies, everybody - please check the latest CVS and see if you're
still getting any problems) - Changed the interface of call_user_function_ex() to support returning of references
Diffstat (limited to 'Zend/zend_execute.h')
-rw-r--r--Zend/zend_execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h
index 4075588703..0eb61c0771 100644
--- a/Zend/zend_execute.h
+++ b/Zend/zend_execute.h
@@ -47,7 +47,7 @@ void shutdown_executor(ELS_D);
void execute(zend_op_array *op_array ELS_DC);
ZEND_API int zend_is_true(zval *op);
ZEND_API inline void safe_free_zval_ptr(zval *p);
-ZEND_API void zend_eval_string(char *str, zval *retval CLS_DC ELS_DC);
+ZEND_API void zend_eval_string(char *str, zval *retval_ptr CLS_DC ELS_DC);
ZEND_API inline int i_zend_is_true(zval *op);
ZEND_API int zval_update_constant(zval **pp);
ZEND_API inline void zend_assign_to_variable_reference(znode *result, zval **variable_ptr_ptr, zval **value_ptr_ptr, temp_variable *Ts ELS_DC);