summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/string.c4
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);