diff options
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r-- | Zend/zend_exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h index 24113d6f8d..a799786751 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -54,6 +54,7 @@ ZEND_API void zend_exception_error(zend_object *exception, int severity TSRMLS_D /* do not export, in php it's available thru spprintf directly */ int zend_spprintf(char **message, int max_len, const char *format, ...); +zend_string *zend_strpprintf(int max_len, const char *format, ...); END_EXTERN_C() |