diff options
| author | Anatol Belski <ab@php.net> | 2016-10-12 22:18:05 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-10-12 22:18:41 +0200 |
| commit | 611ab7fe5b9fe41de56c25b1d348a866794b1fb1 (patch) | |
| tree | bef37433bb6f815905d47f40745cad4fc257b021 /Zend/zend_string.h | |
| parent | 671d8054f85d2dec1a00201a73ab792847c13919 (diff) | |
| download | php-git-611ab7fe5b9fe41de56c25b1d348a866794b1fb1.tar.gz | |
export symbol missing by phpdbg
Diffstat (limited to 'Zend/zend_string.h')
| -rw-r--r-- | Zend/zend_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_string.h b/Zend/zend_string.h index 722fc3ae46..a1c1bebaea 100644 --- a/Zend/zend_string.h +++ b/Zend/zend_string.h @@ -33,6 +33,8 @@ ZEND_API zend_ulong zend_hash_func(const char *str, size_t len); void zend_interned_strings_init(void); void zend_interned_strings_dtor(void); +ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...); + END_EXTERN_C() /* Shortcuts */ |
