summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-23 20:55:39 +0200
committerAnatol Belski <ab@php.net>2016-07-23 20:55:39 +0200
commit80fee637f41484e0ec17ae7a46e7105cb950ded5 (patch)
tree5450ed89d9d785029792d5ff1b2cb5cd4bc2ab72
parent88838dd28200b53c4da7a558975b195fd41ba446 (diff)
downloadphp-git-80fee637f41484e0ec17ae7a46e7105cb950ded5.tar.gz
fix test
-rw-r--r--ext/session/tests/bug72562.phpt6
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)