Author: uwendel
Date: 2008-04-21 20:59:47 +0200 (Mon, 21 Apr 2008)
New Revision: 1504
Modified:
trunk/tests/ext/mysqli/mysqli_fetch_all_oo.phpt
trunk/tests/ext/mysqli/mysqli_fetch_array_oo.phpt
Log:
Fixing more typos
Modified: trunk/tests/ext/mysqli/mysqli_fetch_all_oo.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_fetch_all_oo.phpt 2008-04-21 18:56:19 UTC (rev 1503)
+++ trunk/tests/ext/mysqli/mysqli_fetch_all_oo.phpt 2008-04-21 18:59:47 UTC (rev 1504)
@@ -200,7 +200,7 @@
func_mysqli_fetch_all_oo($link, $engine, "FLOAT", -9223372036854775808 - 1.1,
"-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/iu");
func_mysqli_fetch_all_oo($link, $engine, "FLOAT", NULL, NULL, 300);
- func_mysqli_fetch_all_oo($link, $engine, "FLOAT UNSIGNED", 18446744073709551615 + 1.1,
"1.84467e+?19", 310, "/1\.84467e\+?[0]?19/iu");
+ func_mysqli_fetch_all_oo($link, $engine, "FLOAT UNSIGNED", 18446744073709551615 + 1.1,
"1.84467e+19", 310, "/1\.84467e\+?[0]?19/iu");
func_mysqli_fetch_all_oo($link, $engine, "FLOAT UNSIGNED ", NULL, NULL, 320);
func_mysqli_fetch_all_oo($link, $engine, "DOUBLE(10,2)", -99999999.99, "-99999999.99",
330);
Modified: trunk/tests/ext/mysqli/mysqli_fetch_array_oo.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_fetch_array_oo.phpt 2008-04-21 18:56:19 UTC (rev 1503)
+++ trunk/tests/ext/mysqli/mysqli_fetch_array_oo.phpt 2008-04-21 18:59:47 UTC (rev 1504)
@@ -177,7 +177,7 @@
func_mysqli_fetch_array($mysqli, $engine, "FLOAT", -9223372036854775808 - 1.1,
"-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/iu");
func_mysqli_fetch_array($mysqli, $engine, "FLOAT", NULL, NULL, 300);
- func_mysqli_fetch_array($mysqli, $engine, "FLOAT UNSIGNED", 18446744073709551615 + 1.1,
"1.84467e+?19", 310, "/1\.84467e\+?[0]?19/iu");
+ func_mysqli_fetch_array($mysqli, $engine, "FLOAT UNSIGNED", 18446744073709551615 + 1.1,
"1.84467e+19", 310, "/1\.84467e\+?[0]?19/iu");
func_mysqli_fetch_array($mysqli, $engine, "FLOAT UNSIGNED ", NULL, NULL, 320);
func_mysqli_fetch_array($mysqli, $engine, "DOUBLE(10,2)", -99999999.99, "-99999999.99",
330);
| Thread |
|---|
| • PHP mysqlnd svn commit: r1504 - trunk/tests/ext/mysqli | uwendel | 21 Apr 2008 |