andrey Wed, 14 Dec 2011 17:59:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=321020
Log:
fix typo
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt
U php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_poll_kill.phpt
U php/php-src/trunk/ext/mysqli/tests/mysqli_poll_kill.phpt
Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt
2011-12-14 17:11:20 UTC (rev 321019)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt
2011-12-14 17:59:11 UTC (rev 321020)
@@ -25,7 +25,7 @@
// Killing connection - 1
$link = get_connection();
- if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed beofre
killed'", MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
+ if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before
killed'", MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
printf("[002] Expecting boolean/true got %s/%s\n",
gettype($tmp), var_export($tmp, true));
// Sleep 0.1s - the asynchronous query should have been processed after
the wait period
Modified: php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_poll_kill.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_poll_kill.phpt
2011-12-14 17:11:20 UTC (rev 321019)
+++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_poll_kill.phpt
2011-12-14 17:59:11 UTC (rev 321020)
@@ -25,7 +25,7 @@
// Killing connection - 1
$link = get_connection();
- if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed beofre
killed'", MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
+ if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before
killed'", MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
printf("[002] Expecting boolean/true got %s/%s\n",
gettype($tmp), var_export($tmp, true));
// Sleep 0.1s - the asynchronous query should have been processed after
the wait period
Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_poll_kill.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_poll_kill.phpt 2011-12-14
17:11:20 UTC (rev 321019)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_poll_kill.phpt 2011-12-14
17:59:11 UTC (rev 321020)
@@ -25,7 +25,7 @@
// Killing connection - 1
$link = get_connection();
- if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed beofre
killed'", MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
+ if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before
killed'", MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
printf("[002] Expecting boolean/true got %s/%s\n",
gettype($tmp), var_export($tmp, true));
// Sleep 0.1s - the asynchronous query should have been processed after
the wait period
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php