Skip to content

Commit 1fa8e74

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Adapt for 32-bits which fails at different offset (49 vs 38)
2 parents 41ba98f + 4b38fea commit 1fa8e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/serialize/bug74614.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ unserialize('a:3020000000000000000000000000000001:{i:0;a:0:{}i:1;i:2;i:2;i:3;i:3
77

88
?>
99
--EXPECTF--
10-
Notice: unserialize(): Error at offset 38 of 113 bytes in %s on line %d
10+
Notice: unserialize(): Error at offset %d of 113 bytes in %s on line %d

0 commit comments

Comments
 (0)