diff options
author | Andi Gutmans <andi@php.net> | 1999-09-20 16:56:02 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-20 16:56:02 +0000 |
commit | 96a19593b223bdc8dbfa9aeb5e31c4a66102745b (patch) | |
tree | 17c5a16f8aabd64d34efa02f56e0638aef7cf5ca /ext/standard/php3_string.h | |
parent | c0dcedcafc9882c12bde1d39ebbefdfdd9aa51dd (diff) | |
download | php-git-96a19593b223bdc8dbfa9aeb5e31c4a66102745b.tar.gz |
- Internal functions which are basic language functions should be in Zend
and not in PHP. I.e. strlen(), each(), error_reporting(), count(),
get_class_name().
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); |