From: Ulf Wendel Date: Mon, 28 Sep 2009 10:42:36 +0000 (+0000) Subject: Fixing test X-Git-Tag: php-5.4.0alpha1~191^2~2573 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e0d7fc509ff76d1d1943300acb6a4fe6646b8eb;p=php Fixing test --- 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);