andrey                                   Mon, 10 Oct 2011 14:39:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=317977

Log:
fix test after stat change

Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_kill.phpt
    U   php/php-src/trunk/ext/mysqli/tests/mysqli_kill.phpt

Modified: php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_kill.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_kill.phpt      
2011-10-10 14:33:07 UTC (rev 317976)
+++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_kill.phpt      
2011-10-10 14:39:22 UTC (rev 317977)
@@ -120,6 +120,8 @@
   %unicode|string%(%d) "%s"
   [%u|b%"server_version"]=>
   int(%d)
+  [%u|b%"stat"]=>
+  NULL
   [%u|b%"sqlstate"]=>
   %unicode|string%(5) "HY000"
   [%u|b%"protocol_version"]=>

Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_kill.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_kill.phpt 2011-10-10 14:33:07 UTC 
(rev 317976)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_kill.phpt 2011-10-10 14:39:22 UTC 
(rev 317977)
@@ -120,6 +120,8 @@
   %unicode|string%(%d) "%s"
   [%u|b%"server_version"]=>
   int(%d)
+  [%u|b%"stat"]=>
+  NULL
   [%u|b%"sqlstate"]=>
   %unicode|string%(5) "HY000"
   [%u|b%"protocol_version"]=>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to