summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt')
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt b/ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt
index a8cbde6ea6..da886390c0 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt
@@ -56,33 +56,33 @@ $db = MySQLPDOTest::factory();
$e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
}
- $db->exec(sprintf('DROP TABLE IF EXISTS test'));
print "done!";
+?>
--EXPECTF--
[002] Suspicious FETCH_BOTH result, dumping
array(2) {
[0]=>
- string(1) "1"
+ %unicode|string%(1) "1"
[1]=>
- string(1) "1"
+ %unicode|string%(1) "1"
}
array(2) {
[1]=>
- string(1) "1"
+ %unicode|string%(1) "1"
[2]=>
- string(1) "1"
+ %unicode|string%(1) "1"
}
[002] Expected differes from returned data, dumping
array(2) {
[0]=>
- string(1) "1"
+ %unicode|string%(1) "1"
[1]=>
- string(1) "1"
+ %unicode|string%(1) "1"
}
array(2) {
[1]=>
- string(1) "1"
+ %unicode|string%(1) "1"
[2]=>
- string(1) "1"
+ %unicode|string%(1) "1"
}
done! \ No newline at end of file