diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-01-29 00:07:01 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-01-29 00:07:01 +0000 |
commit | e6170c0b30adfcdc75315afe99ba755d94b19f44 (patch) | |
tree | 3abd9b77a61e78871bfe61095ac3d213a9598842 /ext/standard/php_string.h | |
parent | 835e6481e4e37c7c8cc7dff22a593386b6a0f1ad (diff) | |
download | php-git-e6170c0b30adfcdc75315afe99ba755d94b19f44.tar.gz |
Added part of strpos commit that never made it in for some reason.
# Thanks Pollita.
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 5f07c31ea3..5b18cb7875 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -45,7 +45,9 @@ PHP_FUNCTION(dirname); PHP_FUNCTION(pathinfo); PHP_FUNCTION(strstr); PHP_FUNCTION(strpos); +PHP_FUNCTION(stripos); PHP_FUNCTION(strrpos); +PHP_FUNCTION(strripos); PHP_FUNCTION(strrchr); PHP_FUNCTION(substr); PHP_FUNCTION(quotemeta); |