From c4d2bc4c468389610dab230774a63f2d33e12eb4 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 27 Mar 2006 14:08:10 +0000 Subject: [PATCH] Fixed test --- ext/session/tests/003.phpt | 16 ++++++++++++++++ ext/session/tests/009.phpt | 15 +++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/ext/session/tests/003.phpt b/ext/session/tests/003.phpt index 42b1e5b1be..6fccc70426 100644 --- a/ext/session/tests/003.phpt +++ b/ext/session/tests/003.phpt @@ -44,3 +44,19 @@ array(1) { int(2) } } +--UEXPECT-- +object(foo)#1 (2) { + [u"bar"]=> + unicode(2) "ok" + [u"yes"]=> + int(2) +} +array(1) { + [3]=> + object(foo)#2 (2) { + [u"bar"]=> + unicode(2) "ok" + [u"yes"]=> + int(2) + } +} diff --git a/ext/session/tests/009.phpt b/ext/session/tests/009.phpt index 1d9ff7e863..7af6e41d94 100644 --- a/ext/session/tests/009.phpt +++ b/ext/session/tests/009.phpt @@ -55,3 +55,18 @@ array(0) { } array(0) { } +--UEXPECT-- +array(0) { +} +array(1) { + [u"name"]=> + unicode(3) "foo" +} +array(1) { + [u"name"]=> + unicode(3) "foo" +} +array(0) { +} +array(0) { +} -- 2.50.1