Browse Source

fix for bug #31939

PHP-5.1
Georg Richter 21 years ago
parent
commit
2e2bfb83c4
  1. 2
      ext/mysqli/tests/bug30967.phpt

2
ext/mysqli/tests/bug30967.phpt

@ -12,7 +12,7 @@ Bug #30967 testcase (properties)
class mysql2 extends mysql1 {
}
$mysql = new mysql2($host, "root", "", "test");
$mysql = new mysql2($host, $user, $passwd, "test");
$mysql->query("THIS DOES NOT WORK");
printf("%d\n", $mysql->errno);

Loading…
Cancel
Save