From: Dmitry Stogov Date: Mon, 27 Mar 2006 14:08:10 +0000 (+0000) Subject: Fixed test X-Git-Tag: RELEASE_1_3~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4d2bc4c468389610dab230774a63f2d33e12eb4;p=php Fixed test --- 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) { +}