Diff for /embedaddon/php/ext/mysqli/tests/mysqli_real_connect.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:58 version 1.1.1.2, 2012/05/29 12:34:41
Line 175  require_once('skipifconnectfailure.inc'); Line 175  require_once('skipifconnectfailure.inc');
         require_once("clean_table.inc");          require_once("clean_table.inc");
 ?>  ?>
 --EXPECTF--  --EXPECTF--
Warning: mysqli_real_connect(): (%d/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %dWarning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
object(mysqli)#%d (18) {object(mysqli)#%d (%d) {
  ["affected_rows"]=>  [%u|b%"affected_rows"]=>
   NULL    NULL
  ["client_info"]=>  [%u|b%"client_info"]=>
   %s    %s
  ["client_version"]=>  [%u|b%"client_version"]=>
   int(%d)    int(%d)
  ["connect_errno"]=>  [%u|b%"connect_errno"]=>
  int(0)  int(%d)
  ["connect_error"]=>  [%u|b%"connect_error"]=>
   NULL
   [%u|b%"errno"]=>
   %s    %s
  ["errno"]=>  [%u|b%"error"]=>
   %s    %s
  ["error"]=>  [%u|b%"error_list"]=>
  %s 
  ["field_count"]=> 
   NULL    NULL
  ["host_info"]=>  [%u|b%"field_count"]=>
  %s 
  ["info"]=> 
   NULL    NULL
  ["insert_id"]=>  [%u|b%"host_info"]=>
   NULL    NULL
  ["server_info"]=>  [%u|b%"info"]=>
   NULL    NULL
  ["server_version"]=>  [%u|b%"insert_id"]=>
   NULL    NULL
  ["stat"]=>  [%u|b%"server_info"]=>
   NULL    NULL
  ["sqlstate"]=>  [%u|b%"server_version"]=>
   NULL    NULL
  ["protocol_version"]=>  [%u|b%"stat"]=>
   NULL    NULL
  ["thread_id"]=>  [%u|b%"sqlstate"]=>
   NULL    NULL
  ["warning_count"]=>  [%u|b%"protocol_version"]=>
   NULL
   [%u|b%"thread_id"]=>
   NULL
   [%u|b%"warning_count"]=>
   NULL    NULL
 }  }
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>