--TEST-- Test session_save_path() function : variation --EXTENSIONS-- session --SKIPIF-- --INI-- open_basedir=. session.save_handler=files session.save_path= session.name=PHPSESSID --FILE-- --CLEAN-- --EXPECTF-- *** Testing session_save_path() : variation *** bool(true) bool(true) Warning: ini_set(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d string(0) "" Warning: session_start(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d Warning: session_start(): Failed to initialize storage module: files (path: ) in %s on line %d bool(false) string(0) "" Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d bool(false) string(0) "" Done