mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +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)
|
||||
|
Loading…
Reference in New Issue
Block a user