Browse Source

Thanks sebastian

# I really like this whole qa team thingy
experimental/namespaces
Sterling Hughes 25 years ago
parent
commit
38cacba117
  1. 2
      ext/standard/string.c

2
ext/standard/string.c

@ -1627,7 +1627,7 @@ PHP_FUNCTION(substr)
WRONG_PARAM_COUNT;
}
convert_to_string_ex(str);
convert_to_string_ex(from);
convert_to_long_ex(from);
if (argc > 2) {
convert_to_long_ex(len);

Loading…
Cancel
Save