Browse Source

I should really learn how to spell

experimental/namespaces
Sterling Hughes 25 years ago
parent
commit
25d4500a86
  1. 4
      ext/standard/string.c

4
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);

Loading…
Cancel
Save