Author: ahristov
Date: 2007-07-04 17:44:25 +0200 (Wed, 04 Jul 2007)
New Revision: 640
Modified:
trunk/tests/ext/mysql/mysql_fetch_array.phpt
Log:
Fix test, was different than ext/mysqli's and failing.
Modified: trunk/tests/ext/mysql/mysql_fetch_array.phpt
===================================================================
--- trunk/tests/ext/mysql/mysql_fetch_array.phpt 2007-07-04 14:58:28 UTC (rev 639)
+++ trunk/tests/ext/mysql/mysql_fetch_array.phpt 2007-07-04 15:44:25 UTC (rev 640)
@@ -231,9 +231,9 @@
func_mysql_fetch_array($link, $engine, "VARCHAR(1) NOT NULL", "a", "a", 610);
func_mysql_fetch_array($link, $engine, "VARCHAR(1)", NULL, NULL, 620);
- func_mysql_fetch_array($link, $engine, "BINARY(1)", "a", "a", 630);
- func_mysql_fetch_array($link, $engine, "BINARY(1) NOT NULL", "b", "b", 650);
- func_mysql_fetch_array($link, $engine, "BINARY(1)", NULL, NULL, 660);
+ func_mysql_fetch_array($link, $engine, "BINARY(1)", "a", "a", 630, null , true);
+ func_mysql_fetch_array($link, $engine, "BINARY(1) NOT NULL", "b", "b", 650, null ,
true);
+ func_mysql_fetch_array($link, $engine, "BINARY(1)", NULL, NULL, 660, null , true);
func_mysql_fetch_array($link, $engine, "VARBINARY(1)", "a", "a", 670, null , true);
func_mysql_fetch_array($link, $engine, "VARBINARY(1) NOT NULL", "b", "b", 690, null ,
true);
| Thread |
|---|
| • PHP mysqlnd svn commit: r640 - trunk/tests/ext/mysql | ahristov | 4 Jul |