--TEST-- Test session_decode() function : basic functionality --SKIPIF-- --FILE-- --EXPECTF-- *** Testing session_decode() : variation *** bool(true) array(0) { } array(3) { [u"foo"]=> int(1234567890) [u"bar"]=> unicode(12) "Hello World!" [u"guff"]=> float(123.456) } bool(true) array(4) { [u"foo"]=> &array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } [u"bar"]=> unicode(12) "Hello World!" [u"guff"]=> &array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } [u"blah"]=> &array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } } bool(true) Done