From 3b45716e40b8239b045a6ee6b74f913e9c1eb913 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Tue, 15 Nov 2016 12:01:13 +0900 Subject: [PATCH] Fix test --- ext/session/tests/bug69111.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/session/tests/bug69111.phpt b/ext/session/tests/bug69111.phpt index 38201ef64a..ce14dc750c 100644 --- a/ext/session/tests/bug69111.phpt +++ b/ext/session/tests/bug69111.phpt @@ -17,9 +17,9 @@ $sh->write("foo", "bar"); var_dump($sh->read(@$id)); ?> --EXPECTF-- -Warning: SessionHandler::open(): Session is not active in /home/yohgaki/workspace/ext/git/oss/php.net/github-php-src/ext/session/tests/bug69111.php on line 10 +Warning: SessionHandler::open(): Session is not active in %s on line 10 -Warning: SessionHandler::write(): Session is not active in /home/yohgaki/workspace/ext/git/oss/php.net/github-php-src/ext/session/tests/bug69111.php on line 11 +Warning: SessionHandler::write(): Session is not active in %s on line 11 -Warning: SessionHandler::read(): Session is not active in /home/yohgaki/workspace/ext/git/oss/php.net/github-php-src/ext/session/tests/bug69111.php on line 12 +Warning: SessionHandler::read(): Session is not active in %s on line 12 bool(false) -- 2.50.1