--TEST-- Bug #63379: Warning when using session_regenerate_id(TRUE) with a SessionHandler --INI-- session.save_handler=files session.name=PHPSESSID --SKIPIF-- --FILE-- string(5) "hello" } *** Regenerated *** array(1) { ["foo"]=> string(5) "hello" } array(2) { ["foo"]=> string(5) "hello" ["bar"]=> string(5) "world" } array(2) { ["foo"]=> string(5) "hello" ["bar"]=> string(5) "world" }