List:Commits« Previous MessageNext Message »
From:uwendel Date:September 3 2007 1:51pm
Subject:PHP mysqlnd svn commit: r970 - trunk/tests/ext/mysqli
View as plain text  
Author: uwendel
Date: 2007-09-03 15:51:56 +0200 (Mon, 03 Sep 2007)
New Revision: 970

Modified:
   trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt
Log:
Updating test after Andrey's latest changes


Modified: trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt	2007-09-03 13:22:30 UTC (rev 969)
+++ trunk/tests/ext/mysqli/mysqli_get_client_stats.phpt	2007-09-03 13:51:56 UTC (rev 970)
@@ -504,7 +504,7 @@
 	print "done!";
 ?>
 --EXPECTF--
-array(45) {
+array(51) {
   ["bytes_sent"]=>
   string(1) "0"
   ["bytes_received"]=>
@@ -579,26 +579,38 @@
   string(1) "0"
   ["implicit_stmt_close"]=>
   string(1) "0"
-  ["mem_emalloc"]=>
+  ["mem_emalloc_count"]=>
   string(1) "0"
-  ["mem_ecalloc"]=>
+  ["mem_emalloc_ammount"]=>
   string(1) "0"
-  ["mem_erealloc"]=>
+  ["mem_ecalloc_count"]=>
   string(1) "0"
-  ["mem_efree"]=>
+  ["mem_ecalloc_ammount"]=>
   string(1) "0"
-  ["mem_malloc"]=>
+  ["mem_erealloc_count"]=>
   string(1) "0"
-  ["mem_calloc"]=>
+  ["mem_erealloc_ammount"]=>
   string(1) "0"
-  ["mem_realloc"]=>
+  ["mem_efree_count"]=>
   string(1) "0"
-  ["mem_free"]=>
+  ["mem_malloc_count"]=>
   string(1) "0"
+  ["mem_malloc_ammount"]=>
+  string(1) "0"
+  ["mem_calloc_count"]=>
+  string(1) "0"
+  ["mem_calloc_ammount"]=>
+  string(1) "0"
+  ["mem_realloc_calloc"]=>
+  string(1) "0"
+  ["mem_realloc_ammount"]=>
+  string(1) "0"
+  ["mem_free_count"]=>
+  string(1) "0"
 }
 done!
 --UEXPECTF--
-array(45) {
+array(51) {
   [u"bytes_sent"]=>
   unicode(1) "0"
   [u"bytes_received"]=>
@@ -673,21 +685,33 @@
   unicode(1) "0"
   [u"implicit_stmt_close"]=>
   unicode(1) "0"
-  [u"mem_emalloc"]=>
+  [u"mem_emalloc_count"]=>
   unicode(1) "0"
-  [u"mem_ecalloc"]=>
+  [u"mem_emalloc_ammount"]=>
   unicode(1) "0"
-  [u"mem_erealloc"]=>
+  [u"mem_ecalloc_count"]=>
   unicode(1) "0"
-  [u"mem_efree"]=>
+  [u"mem_ecalloc_ammount"]=>
   unicode(1) "0"
-  [u"mem_malloc"]=>
+  [u"mem_erealloc_count"]=>
   unicode(1) "0"
-  [u"mem_calloc"]=>
+  [u"mem_erealloc_ammount"]=>
   unicode(1) "0"
-  [u"mem_realloc"]=>
+  [u"mem_efree_count"]=>
   unicode(1) "0"
-  [u"mem_free"]=>
+  [u"mem_malloc_count"]=>
   unicode(1) "0"
+  [u"mem_malloc_ammount"]=>
+  unicode(1) "0"
+  [u"mem_calloc_count"]=>
+  unicode(1) "0"
+  [u"mem_calloc_ammount"]=>
+  unicode(1) "0"
+  [u"mem_realloc_calloc"]=>
+  unicode(1) "0"
+  [u"mem_realloc_ammount"]=>
+  unicode(1) "0"
+  [u"mem_free_count"]=>
+  unicode(1) "0"
 }
-done!
+done!
\ No newline at end of file

Thread
PHP mysqlnd svn commit: r970 - trunk/tests/ext/mysqliuwendel3 Sep