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