diff options
Diffstat (limited to 'ext/standard/php3_string.h')
-rw-r--r-- | ext/standard/php3_string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php3_string.h b/ext/standard/php3_string.h index 7d8bda4903..725364af6b 100644 --- a/ext/standard/php3_string.h +++ b/ext/standard/php3_string.h @@ -40,11 +40,8 @@ extern char *strtok_string; #endif -PHP_FUNCTION(strlen); -PHP_FUNCTION(strcmp); PHP_FUNCTION(strspn); PHP_FUNCTION(strcspn); -PHP_FUNCTION(strcasecmp); PHP_FUNCTION(str_replace); PHP_FUNCTION(chop); PHP_FUNCTION(trim); |