]> granicus.if.org Git - php/commitdiff
I should really learn how to spell
authorSterling Hughes <sterling@php.net>
Thu, 6 Sep 2001 08:56:24 +0000 (08:56 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 6 Sep 2001 08:56:24 +0000 (08:56 +0000)
ext/standard/string.c

index 2baba7b5ffcaf22a4f57213fd6690cd359c9c043..fb56de4b39959eb659c1cb1b3c1e56936c094e0a 100644 (file)
@@ -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);