diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2016-11-15 12:01:13 +0900 |
|---|---|---|
| committer | Joe Watkins <krakjoe@php.net> | 2016-11-16 05:08:29 +0000 |
| commit | 3b45716e40b8239b045a6ee6b74f913e9c1eb913 (patch) | |
| tree | 48fcdd1803b939e6680c7b3d9bcd6c1d81fbb896 | |
| parent | 3d6e922367fc85fd175394b53946604807466011 (diff) | |
| download | php-git-3b45716e40b8239b045a6ee6b74f913e9c1eb913.tar.gz | |
Fix test
| -rw-r--r-- | ext/session/tests/bug69111.phpt | 6 |
1 files 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) |
