--TEST-- MongoDB\Driver\Server debug output --SKIPIF-- --FILE-- executeQuery(NS, new MongoDB\Driver\Query(array()))->getServer(); var_dump($server); ?> ===DONE=== --EXPECTF-- object(MongoDB\Driver\Server)#%d (%d) { ["host"]=> string(%d) "%s" ["port"]=> int(%d) ["type"]=> int(%d) ["is_primary"]=> bool(%s) ["is_secondary"]=> bool(%s) ["is_arbiter"]=> bool(false) ["is_hidden"]=> bool(false) ["is_passive"]=> bool(false)%A ["last_hello_response"]=> array(%d) { %a } ["round_trip_time"]=> %r(NULL|int\(\d+\))%r } ===DONE===