diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-06-25 21:15:26 +0200 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2017-07-04 19:38:42 -0700 |
commit | 3a25a56a92ac1d0d6028a8ecd32ccf03bcd71ade (patch) | |
tree | 3666093d5834e24347d810a09072cfe565af8b75 /ext/standard/tests/serialize/bug25378.phpt | |
parent | 05255749139b3686c8a6a58ee01131ac0047465e (diff) | |
download | php-git-3a25a56a92ac1d0d6028a8ecd32ccf03bcd71ade.tar.gz |
Fixed bug #74111
Diffstat (limited to 'ext/standard/tests/serialize/bug25378.phpt')
-rw-r--r-- | ext/standard/tests/serialize/bug25378.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/serialize/bug25378.phpt b/ext/standard/tests/serialize/bug25378.phpt index e865b96e99..e95a427006 100644 --- a/ext/standard/tests/serialize/bug25378.phpt +++ b/ext/standard/tests/serialize/bug25378.phpt @@ -42,7 +42,7 @@ bool(false) Notice: unserialize(): Error at offset 17 of 33 bytes in %sbug25378.php on line %d bool(false) -Notice: unserialize(): Error at offset 33 of 32 bytes in %sbug25378.php on line %d +Notice: unserialize(): Error at offset 32 of 32 bytes in %sbug25378.php on line %d bool(false) Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d |