diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 40d0ce1312..ef3c5fecfe 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -57,6 +57,8 @@ PHP_FUNCTION(hebrev); PHP_FUNCTION(hebrevc); PHP_FUNCTION(user_sprintf); PHP_FUNCTION(user_printf); +PHP_FUNCTION(vprintf); +PHP_FUNCTION(vsprintf); PHP_FUNCTION(addcslashes); PHP_FUNCTION(addslashes); PHP_FUNCTION(stripcslashes); |