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)