summaryrefslogtreecommitdiff
path: root/ext/standard/php3_string.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-11-16 22:44:13 +0000
committerAndrei Zmievski <andrei@php.net>1999-11-16 22:44:13 +0000
commite46198bf7b55bf9602238fb33483a25f94808c94 (patch)
treebc00ccc58fb557e7b4dced9897c08af2df6ccdd1 /ext/standard/php3_string.h
parent3cd140cdef1776b12da1945a5daaf1366a08b9d2 (diff)
downloadphp-git-e46198bf7b55bf9602238fb33483a25f94808c94.tar.gz
(PHP substr_replace) New function.
@- Added substr_replace() function. (Andrei)
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 6d39de002e..d23dbb46f8 100644
--- a/ext/standard/php3_string.h
+++ b/ext/standard/php3_string.h
@@ -85,6 +85,7 @@ PHP_FUNCTION(bin2hex);
PHP_FUNCTION(similar_text);
PHP_FUNCTION(strip_tags);
PHP_FUNCTION(str_repeat);
+PHP_FUNCTION(substr_replace);
extern PHPAPI char *php_strtoupper(char *s);
extern PHPAPI char *php_strtolower(char *s);