diff options
| author | Anatol Belski <ab@php.net> | 2016-07-23 20:55:39 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-07-23 20:55:39 +0200 |
| commit | 80fee637f41484e0ec17ae7a46e7105cb950ded5 (patch) | |
| tree | 5450ed89d9d785029792d5ff1b2cb5cd4bc2ab72 | |
| parent | 88838dd28200b53c4da7a558975b195fd41ba446 (diff) | |
| download | php-git-80fee637f41484e0ec17ae7a46e7105cb950ded5.tar.gz | |
fix test
| -rw-r--r-- | ext/session/tests/bug72562.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/bug72562.phpt b/ext/session/tests/bug72562.phpt index d85e48b069..b36cf6df25 100644 --- a/ext/session/tests/bug72562.phpt +++ b/ext/session/tests/bug72562.phpt @@ -36,9 +36,9 @@ function ptr2str($ptr) } ?> --EXPECTF-- -Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s/bug72562.php on line %d +Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%ebug72562.php on line %d -Notice: unserialize(): Error at offset 0 of 1 bytes in %s/bug72562.php on line %d +Notice: unserialize(): Error at offset 0 of 1 bytes in %s%ebug72562.php on line %d -Notice: unserialize(): Error at offset 4 of 4 bytes in %s/bug72562.php on line %d +Notice: unserialize(): Error at offset 4 of 4 bytes in %s%ebug72562.php on line %d bool(false) |
