diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-10-30 00:49:33 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-10-30 00:49:33 +0000 |
commit | ab7ee13670e19c02ef5955139998487d0597182a (patch) | |
tree | 454ccd447df9d30dbc2e31c686b3257ccce7e1ca /ext/standard/php_string.h | |
parent | e6feb47f00b72561c80f5b941132b00e5e6934c9 (diff) | |
download | php-git-ab7ee13670e19c02ef5955139998487d0597182a.tar.gz |
Added substr_compare().
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index be64af0d6c..dac757b050 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -89,6 +89,7 @@ PHP_FUNCTION(str_shuffle); PHP_FUNCTION(str_word_count); PHP_FUNCTION(str_split); PHP_FUNCTION(strpbrk); +PHP_FUNCTION(substr_compare); #ifdef HAVE_STRCOLL PHP_FUNCTION(strcoll); #endif |