List:Commits« Previous MessageNext Message »
From:ahristov Date:March 14 2007 5:34pm
Subject:PHP mysqlnd svn commit: r144 - trunk/ext/mysqli/tests
View as plain text  
Author: ahristov
Date: 2007-03-14 17:34:14 +0100 (Wed, 14 Mar 2007)
New Revision: 144

Modified:
   trunk/ext/mysqli/tests/069.phpt
Log:
Fix test


Modified: trunk/ext/mysqli/tests/069.phpt
===================================================================
--- trunk/ext/mysqli/tests/069.phpt	2007-03-14 16:28:27 UTC (rev 143)
+++ trunk/ext/mysqli/tests/069.phpt	2007-03-14 16:34:14 UTC (rev 144)
@@ -24,11 +24,11 @@
 ?>
 --EXPECTF--
 array(1) {
-  ["1"]=>
+  [1]=>
   %s(1) "1"
 }
 ---
 array(1) {
-  ["2"]=>
+  [2]=>
   %s(1) "2"
 }

Thread
PHP mysqlnd svn commit: r144 - trunk/ext/mysqli/testsahristov14 Mar