1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

fix tests

This commit is contained in:
Antony Dovgal
2006-10-03 21:18:43 +00:00
parent 496ff9808a
commit a264ef3348
2 changed files with 17 additions and 4 deletions
+13
View File
@@ -21,3 +21,16 @@ array(2) {
[3]=>
string(3) "h20"
}
--UEXPECT--
array(2) {
[1]=>
unicode(1) "1"
[2]=>
unicode(2) "q6"
}
array(2) {
[0]=>
unicode(1) "a"
[3]=>
unicode(3) "h20"
}
+4 -4
View File
@@ -54,15 +54,15 @@ Warning: preg_grep(): Compilation failed: nothing to repeat at offset 0 in %sgre
bool(false)
array(3) {
[5]=>
string(1) "a"
unicode(1) "a"
[u"xyz"]=>
string(2) "q6"
unicode(2) "q6"
[6]=>
string(3) "h20"
unicode(3) "h20"
}
array(1) {
[u"x"]=>
string(1) "1"
unicode(1) "1"
}
bool(true)
array(0) {