uw Mon, 12 Sep 2011 13:55:28 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=316545
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-09-12 13:49:00 UTC (rev 316544) +++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_kill.phpt 2011-09-12 13:55:28 UTC (rev 316545) @@ -175,7 +175,7 @@ To be fixed later. Minor issue about fetching error message from killed line --EXPECTF-- array(1) { - [%u|b%"processed beofre killed"]=> + [%u|b%"processed before killed"]=> %unicode|string%(1) "1" } Fetching from thread %d... 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-09-12 13:49:00 UTC (rev 316544) +++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_poll_kill.phpt 2011-09-12 13:55:28 UTC (rev 316545) @@ -175,7 +175,7 @@ To be fixed later. Minor issue about fetching error message from killed line --EXPECTF-- array(1) { - [%u|b%"processed beofre killed"]=> + [%u|b%"processed before killed"]=> %unicode|string%(1) "1" } Fetching from thread %d... Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_poll_kill.phpt =================================================================== --- php/php-src/trunk/ext/mysqli/tests/mysqli_poll_kill.phpt 2011-09-12 13:49:00 UTC (rev 316544) +++ php/php-src/trunk/ext/mysqli/tests/mysqli_poll_kill.phpt 2011-09-12 13:55:28 UTC (rev 316545) @@ -175,7 +175,7 @@ To be fixed later. Minor issue about fetching error message from killed line --EXPECTF-- array(1) { - [%u|b%"processed beofre killed"]=> + [%u|b%"processed before killed"]=> %unicode|string%(1) "1" } Fetching from thread %d...
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php