--TEST-- mysqli_get_cache_stats() --XFAIL-- zval caching has been temporarily disabled for the 5.3.0 release --INI-- mysqlnd.collect_statistics="1" mysqlnd.collect_memory_statistics="1" --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- array(7) { [%u|b%"put_hits"]=> int(0) [%u|b%"put_misses"]=> int(0) [%u|b%"get_hits"]=> int(0) [%u|b%"get_misses"]=> int(0) [%u|b%"size"]=> int(%d) [%u|b%"free_items"]=> int(%d) [%u|b%"references"]=> int(%d) } done!