diff options
author | Sterling Hughes <sterling@php.net> | 2001-09-04 10:13:55 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-09-04 10:13:55 +0000 |
commit | 38cacba117b2f835582ff1bf965a73a8371ecd55 (patch) | |
tree | 5387463d53f91fc301efd780e4e30e63ef4039ef | |
parent | 536c96969bc3aeca7885211b9da52a064e268105 (diff) | |
download | php-git-38cacba117b2f835582ff1bf965a73a8371ecd55.tar.gz |
Thanks sebastian
# I really like this whole qa team thingy
-rw-r--r-- | ext/standard/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index 2b1a18c42e..7fa3a4999f 100644 --- a/ext/standard/string.c +++ b/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); |