--TEST-- Test session_set_save_handler() function : basic functionality --INI-- session.save_path= session.name=PHPSESSID --SKIPIF-- --FILE-- --EXPECTF-- *** Testing session_set_save_handler() : basic functionality *** unicode(5) "files" Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d bool(false) Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d bool(false) Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d bool(false) Open [%s,PHPSESSID] Read [%s,%s] array(3) { [u"Blah"]=> unicode(12) "Hello World!" [u"Foo"]=> bool(false) [u"Guff"]=> int(1234567890) } Write [%s,%s,Blah|U:12:"Hello World!";Foo|b:0;Guff|i:1234567890;] Notice: fwrite(): %d character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d Close [%s,PHPSESSID] array(3) { [u"Blah"]=> unicode(12) "Hello World!" [u"Foo"]=> bool(false) [u"Guff"]=> int(1234567890) } Starting session again..! Open [%s,PHPSESSID] Read [%s,%s] array(3) { [u"Blah"]=> unicode(12) "Hello World!" [u"Foo"]=> bool(false) [u"Guff"]=> int(1234567890) } Write [%s,%s,Blah|U:12:"Hello World!";Foo|b:0;Guff|i:1234567890;] Notice: fwrite(): %d character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d Close [%s,PHPSESSID]