1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Thanks sebastian

# I really like this whole qa team thingy
This commit is contained in:
Sterling Hughes
2001-09-04 10:13:55 +00:00
parent 536c96969b
commit 38cacba117

View File

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