uw Thu, 10 Jun 2010 13:40:13 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300353
Log:
Fixing tests
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all.phpt
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all_oo.phpt
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array.phpt
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all.phpt
U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all_oo.phpt
U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array.phpt
U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all.phpt
2010-06-10 12:24:03 UTC (rev 300352)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all.phpt
2010-06-10 13:40:13 UTC (rev 300353)
@@ -193,7 +193,7 @@
func_mysqli_fetch_all($link, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_all($link, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_all($link, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_all($link, $engine, "INTEGER UNSIGNED", 4294967295,
"4294967295", 230);
+ func_mysqli_fetch_all($link, $engine, "INTEGER UNSIGNED", "4294967295",
"4294967295", 230);
func_mysqli_fetch_all($link, $engine, "INTEGER UNSIGNED", NULL, NULL,
240);
func_mysqli_fetch_all($link, $engine, "BIGINT", "-9223372036854775808",
"-9223372036854775808", 250);
Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all_oo.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all_oo.phpt
2010-06-10 12:24:03 UTC (rev 300352)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all_oo.phpt
2010-06-10 13:40:13 UTC (rev 300353)
@@ -193,7 +193,7 @@
func_mysqli_fetch_all_oo($link, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_all_oo($link, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_all_oo($link, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_all_oo($link, $engine, "INTEGER UNSIGNED",
4294967295, "4294967295", 230);
+ func_mysqli_fetch_all_oo($link, $engine, "INTEGER UNSIGNED",
"4294967295", "4294967295", 230);
func_mysqli_fetch_all_oo($link, $engine, "INTEGER UNSIGNED", NULL,
NULL, 240);
func_mysqli_fetch_all_oo($link, $engine, "BIGINT",
"-9223372036854775808", "-9223372036854775808", 250);
Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array.phpt
2010-06-10 12:24:03 UTC (rev 300352)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array.phpt
2010-06-10 13:40:13 UTC (rev 300353)
@@ -179,7 +179,7 @@
func_mysqli_fetch_array($link, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_array($link, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_array($link, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_array($link, $engine, "INTEGER UNSIGNED", 4294967295,
"4294967295", 230);
+ func_mysqli_fetch_array($link, $engine, "INTEGER UNSIGNED",
"4294967295", "4294967295", 230);
func_mysqli_fetch_array($link, $engine, "INTEGER UNSIGNED", NULL, NULL,
240);
if ($IS_MYSQLND ||
Modified:
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
2010-06-10 12:24:03 UTC (rev 300352)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
2010-06-10 13:40:13 UTC (rev 300353)
@@ -166,7 +166,7 @@
func_mysqli_fetch_array($mysqli, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_array($mysqli, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_array($mysqli, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_array($mysqli, $engine, "INTEGER UNSIGNED",
4294967295, "4294967295", 230);
+ func_mysqli_fetch_array($mysqli, $engine, "INTEGER UNSIGNED",
"4294967295", "4294967295", 230);
func_mysqli_fetch_array($mysqli, $engine, "INTEGER UNSIGNED", NULL,
NULL, 240);
if ($IS_MYSQLND ||
Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all.phpt 2010-06-10
12:24:03 UTC (rev 300352)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all.phpt 2010-06-10
13:40:13 UTC (rev 300353)
@@ -193,7 +193,7 @@
func_mysqli_fetch_all($link, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_all($link, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_all($link, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_all($link, $engine, "INTEGER UNSIGNED", 4294967295,
"4294967295", 230);
+ func_mysqli_fetch_all($link, $engine, "INTEGER UNSIGNED", "4294967295",
"4294967295", 230);
func_mysqli_fetch_all($link, $engine, "INTEGER UNSIGNED", NULL, NULL,
240);
func_mysqli_fetch_all($link, $engine, "BIGINT", "-9223372036854775808",
"-9223372036854775808", 250);
Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all_oo.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all_oo.phpt 2010-06-10
12:24:03 UTC (rev 300352)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all_oo.phpt 2010-06-10
13:40:13 UTC (rev 300353)
@@ -193,7 +193,7 @@
func_mysqli_fetch_all_oo($link, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_all_oo($link, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_all_oo($link, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_all_oo($link, $engine, "INTEGER UNSIGNED",
4294967295, "4294967295", 230);
+ func_mysqli_fetch_all_oo($link, $engine, "INTEGER UNSIGNED",
"4294967295", "4294967295", 230);
func_mysqli_fetch_all_oo($link, $engine, "INTEGER UNSIGNED", NULL,
NULL, 240);
func_mysqli_fetch_all_oo($link, $engine, "BIGINT",
"-9223372036854775808", "-9223372036854775808", 250);
Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array.phpt 2010-06-10
12:24:03 UTC (rev 300352)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array.phpt 2010-06-10
13:40:13 UTC (rev 300353)
@@ -179,7 +179,7 @@
func_mysqli_fetch_array($link, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_array($link, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_array($link, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_array($link, $engine, "INTEGER UNSIGNED", 4294967295,
"4294967295", 230);
+ func_mysqli_fetch_array($link, $engine, "INTEGER UNSIGNED",
"4294967295", "4294967295", 230);
func_mysqli_fetch_array($link, $engine, "INTEGER UNSIGNED", NULL, NULL,
240);
if ($IS_MYSQLND ||
Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
2010-06-10 12:24:03 UTC (rev 300352)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_oo.phpt
2010-06-10 13:40:13 UTC (rev 300353)
@@ -166,7 +166,7 @@
func_mysqli_fetch_array($mysqli, $engine, "INTEGER", -2147483648,
"-2147483648", 200);
func_mysqli_fetch_array($mysqli, $engine, "INTEGER", 2147483647,
"2147483647", 210);
func_mysqli_fetch_array($mysqli, $engine, "INTEGER", NULL, NULL, 220);
- func_mysqli_fetch_array($mysqli, $engine, "INTEGER UNSIGNED",
4294967295, "4294967295", 230);
+ func_mysqli_fetch_array($mysqli, $engine, "INTEGER UNSIGNED",
"4294967295", "4294967295", 230);
func_mysqli_fetch_array($mysqli, $engine, "INTEGER UNSIGNED", NULL,
NULL, 240);
if ($IS_MYSQLND ||
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php