Author: ahristov
Date: 2007-09-20 18:02:01 +0200 (Thu, 20 Sep 2007)
New Revision: 1056
Modified:
trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt
Log:
Fix test
Modified: trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt 2007-09-20 14:57:17 UTC (rev 1055)
+++ trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt 2007-09-20 16:02:01 UTC (rev 1056)
@@ -859,7 +859,7 @@
print "done!";
?>
--EXPECTF--
-array(59) {
+array(61) {
["bytes_sent"]=>
string(1) "0"
["bytes_received"]=>
@@ -892,6 +892,10 @@
string(1) "0"
["flushed_ps_sets"]=>
string(1) "0"
+ ["ps_prepared_never_executed"]=>
+ string(1) "0"
+ ["ps_prepared_once_executed"]=>
+ string(1) "0"
["rows_fetched_from_server_normal"]=>
string(1) "0"
["rows_fetched_from_server_ps"]=>
@@ -992,7 +996,7 @@
... done with fetch statistics
done!
--UEXPECTF--
-array(59) {
+array(61) {
[u"bytes_sent"]=>
unicode(1) "0"
[u"bytes_received"]=>
@@ -1025,6 +1029,10 @@
unicode(1) "0"
[u"flushed_ps_sets"]=>
unicode(1) "0"
+ [u"ps_prepared_never_executed"]=>
+ unicode(1) "0"
+ [u"ps_prepared_once_executed"]=>
+ unicode(1) "0"
[u"rows_fetched_from_server_normal"]=>
unicode(1) "0"
[u"rows_fetched_from_server_ps"]=>
@@ -1123,4 +1131,4 @@
Testing unbuffered Prepared Statements... - fetching all
Testing unbuffered Prepared Statements... - fetching all but one
... done with fetch statistics
-done!
\ No newline at end of file
+done!
| Thread |
|---|
| • PHP mysqlnd svn commit: r1056 - trunk/tests/ext/mysqli | ahristov | 20 Sep |