dmitry Mon Mar 27 14:08:10 2006 UTC Modified files: /php-src/ext/session/tests 003.phpt 009.phpt Log: Fixed test http://cvs.php.net/viewcvs.cgi/php-src/ext/session/tests/003.phpt?r1=1.15&r2=1.16&diff_format=u Index: php-src/ext/session/tests/003.phpt diff -u php-src/ext/session/tests/003.phpt:1.15 php-src/ext/session/tests/003.phpt:1.16 --- php-src/ext/session/tests/003.phpt:1.15 Tue Mar 7 00:20:53 2006 +++ php-src/ext/session/tests/003.phpt Mon Mar 27 14:08:10 2006 @@ -44,3 +44,19 @@ 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) + } +} http://cvs.php.net/viewcvs.cgi/php-src/ext/session/tests/009.phpt?r1=1.7&r2=1.8&diff_format=u Index: php-src/ext/session/tests/009.phpt diff -u php-src/ext/session/tests/009.phpt:1.7 php-src/ext/session/tests/009.phpt:1.8 --- php-src/ext/session/tests/009.phpt:1.7 Thu Mar 16 09:44:41 2006 +++ php-src/ext/session/tests/009.phpt Mon Mar 27 14:08:10 2006 @@ -55,3 +55,18 @@ } array(0) { } +--UEXPECT-- +array(0) { +} +array(1) { + [u"name"]=> + unicode(3) "foo" +} +array(1) { + [u"name"]=> + unicode(3) "foo" +} +array(0) { +} +array(0) { +}
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php