diff options
author | Andrei Zmievski <andrei@php.net> | 2000-07-08 20:38:23 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-07-08 20:38:23 +0000 |
commit | 885e40db053b968ea448844a66839c9cfceb8240 (patch) | |
tree | 109441d68284461544e99261a1d4c9262f6a2939 /ext/standard/php_string.h | |
parent | 2bd5ad3131562e3d355c161718b07106ff97f1db (diff) | |
download | php-git-885e40db053b968ea448844a66839c9cfceb8240.tar.gz |
@- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)
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 b387faa72c..88b70f22c1 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -123,4 +123,6 @@ PHPAPI char *php_strerror(int errnum); #define strerror php_strerror #endif +void register_string_constants(INIT_FUNC_ARGS); + #endif /* PHP_STRING_H */ |