diff options
author | Ulf Wendel <uw@php.net> | 2009-09-28 10:42:36 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2009-09-28 10:42:36 +0000 |
commit | 91315a93073b8d591e0beedb5866676125c90066 (patch) | |
tree | 24f6faf507493890ec9b1b5039aa6f6e9fbe3266 /ext | |
parent | fbfd13310b4953ff960f51a37554727c63992f33 (diff) | |
download | php-git-91315a93073b8d591e0beedb5866676125c90066.tar.gz |
Fixing test
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mysqli/tests/mysqli_info.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/mysqli_info.phpt b/ext/mysqli/tests/mysqli_info.phpt index 5094b9a8d3..caa7c90103 100644 --- a/ext/mysqli/tests/mysqli_info.phpt +++ b/ext/mysqli/tests/mysqli_info.phpt @@ -85,7 +85,7 @@ require_once('skipifconnectfailure.inc'); } if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp)) - printf("[015] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp); + printf("[016] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp); unlink($file); } while (false); |