Files
php-memcached/tests/construct.phpt
2016-07-21 18:59:01 +08:00

12 lines
154 B
PHP

--TEST--
Memcached constructor
--SKIPIF--
<?php include "skipif.inc";?>
--FILE--
<?php
$m = new Memcached();
echo get_class($m);
?>
--EXPECT--
Memcached