diff options
| author | Sterling Hughes <sterling@php.net> | 2001-09-06 08:56:24 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2001-09-06 08:56:24 +0000 |
| commit | 25d4500a86f475963b28c3919c5363a4d9136f60 (patch) | |
| tree | ac576b279e15244d2d26325422116bc9a130d2fe /ext/standard/string.c | |
| parent | b7ba9e007d14f4004c733a0b905c384723a4d77f (diff) | |
| download | php-git-25d4500a86f475963b28c3919c5363a4d9136f60.tar.gz | |
I should really learn how to spell
Diffstat (limited to 'ext/standard/string.c')
| -rw-r--r-- | ext/standard/string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index 2baba7b5ff..fb56de4b39 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -1328,8 +1328,8 @@ PHP_FUNCTION(stristr) WRONG_PARAM_COUNT; } - SEPERATE_ZVAL(haystack); - SEPERATE_ZVAL(needle); + SEPARATE_ZVAL(haystack); + SEPARATE_ZVAL(needle); convert_to_string_ex(haystack); |
