mirror of
https://github.com/php/php-src.git
synced 2024-12-03 06:44:07 +08:00
fixed the test
the cause for this to fail now was that _php_iconv_strpos had int for the offset, but the int from userland is 64 bit, that was an overflow cusing wrong behaviour
This commit is contained in:
parent
307dac3cfd
commit
79b2852da4
@ -130,7 +130,7 @@ Warning: iconv_strpos(): Offset not contained in string. in %s on line %d
|
||||
bool(false)
|
||||
|
||||
-- Iteration 7 --
|
||||
int(8)
|
||||
bool(false)
|
||||
|
||||
-- Iteration 8 --
|
||||
int(8)
|
||||
@ -196,4 +196,4 @@ int(8)
|
||||
|
||||
Warning: iconv_strpos() expects parameter 3 to be long, resource given in %s on line %d
|
||||
bool(false)
|
||||
Done
|
||||
Done
|
||||
|
Loading…
Reference in New Issue
Block a user