From 885e40db053b968ea448844a66839c9cfceb8240 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sat, 8 Jul 2000 20:38:23 +0000 Subject: @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei) --- ext/standard/php_string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/standard/php_string.h') 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 */ -- cgit v1.2.1