summaryrefslogtreecommitdiff
path: root/ext/standard/php3_string.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-10-27 22:06:05 +0000
committerAndrei Zmievski <andrei@php.net>1999-10-27 22:06:05 +0000
commitb8ecfa18c1cdf1f6c598908edb66c47580dc41fb (patch)
treeac8c79c46a60058a250dc2801f6585cadec513e2 /ext/standard/php3_string.h
parentea880d2b86729f8dc68c5cb4d7572463d089d9b1 (diff)
downloadphp-git-b8ecfa18c1cdf1f6c598908edb66c47580dc41fb.tar.gz
(PHP str_repeat) New function.
Diffstat (limited to 'ext/standard/php3_string.h')
-rw-r--r--ext/standard/php3_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php3_string.h b/ext/standard/php3_string.h
index 7ee76fdd28..6d39de002e 100644
--- a/ext/standard/php3_string.h
+++ b/ext/standard/php3_string.h
@@ -84,6 +84,7 @@ PHP_FUNCTION(parse_str);
PHP_FUNCTION(bin2hex);
PHP_FUNCTION(similar_text);
PHP_FUNCTION(strip_tags);
+PHP_FUNCTION(str_repeat);
extern PHPAPI char *php_strtoupper(char *s);
extern PHPAPI char *php_strtolower(char *s);