--TEST-- Bug #70133 (Extended SessionHandler::read is ignoring $session_id when calling parent) --SKIPIF-- --INI-- session.save_handler=files session.save_path= session.use_strict_mode=0 --FILE-- --EXPECT-- string(15) "mycustomsession" array(1) { ["foo"]=> string(4) "hoge" } string(7) "otherid"