--TEST-- Testing repated SessionHandler::open() calls --SKIPIF-- --FILE-- open('',''); $x->open('',''); $x->open('',''); $x->open('',''); print "Done!\n"; ?> --EXPECTF-- Done!