summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt26
1 files changed, 13 insertions, 13 deletions
diff --git a/ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt b/ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt
index 8a71fa740c..026252b504 100644
--- a/ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt
+++ b/ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt
@@ -61,25 +61,25 @@ require_once('skipifconnectfailure.inc');
--EXPECTF--
[005]
array(2) {
- [%u|b%"id"]=>
- %unicode|string%(1) "1"
- [%u|b%"label"]=>
- %unicode|string%(1) "a"
+ ["id"]=>
+ string(1) "1"
+ ["label"]=>
+ string(1) "a"
}
[006]
NULL
[008]
array(5) {
- [%u|b%"a"]=>
- %unicode|string%(1) "2"
- [%u|b%"c"]=>
- %unicode|string%(1) "3"
- [%u|b%"C"]=>
- %unicode|string%(1) "4"
- [%u|b%"d"]=>
+ ["a"]=>
+ string(1) "2"
+ ["c"]=>
+ string(1) "3"
+ ["C"]=>
+ string(1) "4"
+ ["d"]=>
NULL
- [%u|b%"e"]=>
- %unicode|string%(1) "1"
+ ["e"]=>
+ string(1) "1"
}
Warning: mysqli_result::fetch_assoc(): Couldn't fetch mysqli_result in %s on line %d