Fixed test

This commit is contained in:
Dmitry Stogov 2006-03-27 14:08:10 +00:00
parent daca456e1a
commit c4d2bc4c46
2 changed files with 31 additions and 0 deletions

View File

@ -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)
}
}

View File

@ -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) {
}