Viewing File: /opt/alt/tests/alt-php82-pecl-memcache_8.2-1.el8/tests/058.phpt

--TEST--
memcache->findServer()
--SKIPIF--
<?php include 'connect.inc'; ?>
--FILE--
<?php

include 'connect.inc';

$result = $memcache->findServer('test_key');
var_dump($result);

?>
--EXPECTF--
string(%d) "%s:%d"
Back to Directory File Manager
<