Fix tests

This commit is contained in:
Felipe Pena 2008-02-15 16:55:11 +00:00
parent 5c62735f17
commit 74b3151540
2 changed files with 42 additions and 1 deletions

View File

@ -44,3 +44,36 @@ array(1) {
string(4) "€ "
}
}
--UEXPECT--
array(1) {
[0]=>
array(2) {
[0]=>
unicode(3) "A£"
[1]=>
unicode(2) "BC"
}
}
array(1) {
[0]=>
array(2) {
[0]=>
unicode(3) "A£"
[1]=>
unicode(2) "BC"
}
}
array(1) {
[0]=>
array(1) {
[0]=>
unicode(4) "€ "
}
}
array(1) {
[0]=>
array(1) {
[0]=>
unicode(4) "€ "
}
}

View File

@ -33,10 +33,18 @@ echo "Done";
int(4)
-- $mode = 1: --
Warning: count(): recursion detected in %s on line %d
int(12)
Done
--UEXPECTF--
*** Testing count() : usage variations ***
-- $mode not set: --
int(4)
-- $mode = 1: --
-- $mode = 1: --
Warning: count(): recursion detected in %s on line %d
int(12)
Done