--TEST-- mysqli_get_connection_stats() - disable via php.ini --INI-- mysqlnd.collect_statistics="0" mysqlnd.collect_memory_statistics="0" --SKIPIF-- --FILE-- $v) if ($v != 0) { printf("[004] Field %s should not have any other value but 0, got %s.\n", $k, $v); } mysqli_close($link); print "done!"; ?> --EXPECT-- done!