--TEST-- mysql_get_host_info() --SKIPIF-- --FILE-- ') == 1) && !is_unicode($info)) { printf("[005] Expecting Unicode error message!\n"); var_inspect($info); } if (!is_null($tmp = @mysql_get_host_info($link, "too many arguments"))) { printf("[006] Expecting NULL/NULL got %s/%s\n", $tmp, gettype($tmp)); } print "done!"; ?> --CLEAN-- --EXPECTF-- Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d done!