diff options
Diffstat (limited to 'ext/mysqli/tests/011.phpt')
| -rw-r--r-- | ext/mysqli/tests/011.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/011.phpt b/ext/mysqli/tests/011.phpt index 987ec1d14a..fab8522a17 100644 --- a/ext/mysqli/tests/011.phpt +++ b/ext/mysqli/tests/011.phpt @@ -7,7 +7,7 @@ precision=12 include "connect.inc"; /*** test mysqli_connect 127.0.0.1 ***/ - $link = mysqli_connect("localhost", $user, $passwd); + $link = mysqli_connect($host, $user, $passwd); mysqli_select_db($link, "test"); |
