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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user