--TEST-- MongoDB\Driver\ServerDescription: var_export() --SKIPIF-- --FILE-- selectServer(new MongoDB\Driver\ReadPreference('primary')); echo var_export($server->getServerDescription(), true), "\n"; ?> ===DONE=== --EXPECTF-- %r\\?%rMongoDB\Driver\ServerDescription::__set_state(array( 'host' => '%s', 'port' => %d, 'type' => '%r(Standalone|Mongos|RSPrimary|LoadBalancer)%r', 'hello_response' =>%w array (%A ), 'last_update_time' => %r('\d+'|\d+)%r, 'round_trip_time' => %r(NULL|\d+)%r, )) ===DONE===