diff options
Diffstat (limited to 'ext/mysqli/tests/bug30967.phpt')
| -rw-r--r-- | ext/mysqli/tests/bug30967.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug30967.phpt b/ext/mysqli/tests/bug30967.phpt index f441cf0f19..dd40194744 100644 --- a/ext/mysqli/tests/bug30967.phpt +++ b/ext/mysqli/tests/bug30967.phpt @@ -10,7 +10,7 @@ Bug #30967 testcase (properties) class mysql2 extends mysql1 { } - $mysql = new mysql2("localhost", "root", "", "test"); + $mysql = new mysql2($host, "root", "", "test"); $mysql->query("THIS DOES NOT WORK"); printf("%d\n", $mysql->errno); |
