diff options
| author | Zeev Suraski <zeev@php.net> | 2000-09-12 19:47:25 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-09-12 19:47:25 +0000 |
| commit | 5286b3971cbe7763f1f5aa918a5a909f61968fe8 (patch) | |
| tree | e4a735e247114874d05c60a4e7f4c4b98363bad9 /Zend/zend_execute.h | |
| parent | 5470222d706e422ded13111100774596d6d5822b (diff) | |
| download | php-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.h | 2 |
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) { |
