--TEST-- mysql_get_server_info() --SKIPIF-- --FILE-- ') == 1) && !is_unicode($info)) { printf("[005] Expecting Unicode error message!\n"); var_inspect($info); } if (NULL !== ($tmp = @mysql_get_server_info('too many', 'just too many'))) printf("[006] Expecting NULL got %s/%s\n", gettype($tmp), $tmp); print "done!"; ?> --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!