Skip to content

Commit 7674b5e

Browse files
committed
Fix test failure on 32-bit
1 parent 35deb4c commit 7674b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/serialize/bug74103.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Bug #74103: heap-use-after-free when unserializing invalid array size
55
var_dump(unserialize('a:7:{i:0;i:04;s:1:"a";i:2;i:00009617006;i:4;s:1:"a";i:4;s:1:"a";R:5;s:1:"7";R:3;s:1:"a";R:5;;s:18;}}'));
66
?>
77
--EXPECTF--
8-
Notice: unserialize(): Error at offset 68 of 100 bytes in %s on line %d
8+
Notice: unserialize(): Error at offset %d of %d bytes in %s on line %d
99
bool(false)

0 commit comments

Comments
 (0)