]> granicus.if.org Git - php/commitdiff
MFB
authorAndrey Hristov <andrey@php.net>
Tue, 19 Apr 2005 15:45:07 +0000 (15:45 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 19 Apr 2005 15:45:07 +0000 (15:45 +0000)
ext/mysqli/tests/033.phpt

index 5dddcc10c966a897053478ae43a2546bbd2882c5..de401f49debbd47781514487c40eb956620cb1f7 100644 (file)
@@ -12,9 +12,9 @@ function test: mysqli_get_host_info
 
        $hinfo = mysqli_get_host_info($link);
 
-       var_dump($hinfo);
+       var_dump(str_replace('/','', $hinfo));
 
        mysqli_close($link);
 ?>
---EXPECT--
-string(25) "Localhost via UNIX socket"
+--EXPECTF--
+string(%d) "%s via %s"