diff options
author | Remi Collet <remi@php.net> | 2017-07-04 20:25:59 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-07-05 10:11:59 +0200 |
commit | 77c18bc3f492dbf1f5de8ca29bde5aa705aa37ed (patch) | |
tree | 2c3890fb0d58063490274985d0b7c0559d66dfa5 | |
parent | 24494f983ea097304cc8d23ee0e784b75300fa09 (diff) | |
download | php-git-77c18bc3f492dbf1f5de8ca29bde5aa705aa37ed.tar.gz |
Adapt for 32-bits which fails at different offset (49 vs 38)
(cherry picked from commit 4b38feabe745b553703cd53f37615b955502f4e7)
-rw-r--r-- | ext/standard/tests/serialize/bug74614.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/serialize/bug74614.phpt b/ext/standard/tests/serialize/bug74614.phpt index ae962628e9..794c8714d3 100644 --- a/ext/standard/tests/serialize/bug74614.phpt +++ b/ext/standard/tests/serialize/bug74614.phpt @@ -7,4 +7,4 @@ unserialize('a:3020000000000000000000000000000001:{i:0;a:0:{}i:1;i:2;i:2;i:3;i:3 ?> --EXPECTF-- -Notice: unserialize(): Error at offset 38 of 113 bytes in %s on line %d +Notice: unserialize(): Error at offset %d of 113 bytes in %s on line %d |