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:
Anatol Belski 2014-08-21 13:49:09 +02:00
parent 307dac3cfd
commit 79b2852da4

View File

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