summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-09-12 19:47:25 +0000
committerZeev Suraski <zeev@php.net>2000-09-12 19:47:25 +0000
commit5286b3971cbe7763f1f5aa918a5a909f61968fe8 (patch)
treee4a735e247114874d05c60a4e7f4c4b98363bad9 /Zend/zend_execute.h
parent5470222d706e422ded13111100774596d6d5822b (diff)
downloadphp-git-5286b3971cbe7763f1f5aa918a5a909f61968fe8.tar.gz
Make compile_string() accept a description of the code
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 8fcd5c0ea9..5e733de798 100644
--- a/Zend/zend_execute.h
+++ b/Zend/zend_execute.h
@@ -67,7 +67,7 @@ ZEND_API inline void safe_free_zval_ptr(zval *p)
;
#endif
-ZEND_API int zend_eval_string(char *str, zval *retval_ptr CLS_DC ELS_DC);
+ZEND_API int zend_eval_string(char *str, zval *retval_ptr, char *string_name CLS_DC ELS_DC);
ZEND_API inline int i_zend_is_true(zval *op)
#if defined(C9X_INLINE_SEMANTICS)
{