From: Yasuo Ohgaki Date: Tue, 15 Nov 2016 03:01:13 +0000 (+0900) Subject: Fix test X-Git-Tag: php-7.1.0~3^2~35^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b45716e40b8239b045a6ee6b74f913e9c1eb913;p=php Fix test --- 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)