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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user