andrey Mon, 10 Oct 2011 14:33:07 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=317976
Log: fix another test after stat change Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug34810.phpt U php/php-src/trunk/ext/mysqli/tests/bug34810.phpt Modified: php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug34810.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug34810.phpt 2011-10-10 14:19:01 UTC (rev 317975) +++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug34810.phpt 2011-10-10 14:33:07 UTC (rev 317976) @@ -92,6 +92,8 @@ %unicode|string%(%d) "%s" [%u|b%"server_version"]=> int(%d) + [%u|b%"stat"]=> + string(%d) "Uptime: %d Threads: %d Questions: %d Slow queries: %d Opens: %d Flush tables: %d Open tables: %d Queries per second avg: %d.%d" [%u|b%"sqlstate"]=> %unicode|string%(5) "00000" [%u|b%"protocol_version"]=> @@ -130,6 +132,8 @@ NULL [%u|b%"server_version"]=> NULL + [%u|b%"stat"]=> + NULL [%u|b%"sqlstate"]=> NULL [%u|b%"protocol_version"]=> Modified: php/php-src/trunk/ext/mysqli/tests/bug34810.phpt =================================================================== --- php/php-src/trunk/ext/mysqli/tests/bug34810.phpt 2011-10-10 14:19:01 UTC (rev 317975) +++ php/php-src/trunk/ext/mysqli/tests/bug34810.phpt 2011-10-10 14:33:07 UTC (rev 317976) @@ -92,6 +92,8 @@ %unicode|string%(%d) "%s" [%u|b%"server_version"]=> int(%d) + [%u|b%"stat"]=> + string(%d) "Uptime: %d Threads: %d Questions: %d Slow queries: %d Opens: %d Flush tables: %d Open tables: %d Queries per second avg: %d.%d" [%u|b%"sqlstate"]=> %unicode|string%(5) "00000" [%u|b%"protocol_version"]=> @@ -130,6 +132,8 @@ NULL [%u|b%"server_version"]=> NULL + [%u|b%"stat"]=> + NULL [%u|b%"sqlstate"]=> NULL [%u|b%"protocol_version"]=>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php