| Current Path : /opt/cpanel/ea-php70/root/usr/share/tests/pecl/memcached/tests/ |
| Current File : //opt/cpanel/ea-php70/root/usr/share/tests/pecl/memcached/tests/types_php.phpt |
--TEST--
Memcached store & fetch type and value correctness using PHP serializer
--SKIPIF--
<?php include "skipif.inc";?>
--FILE--
<?php
include dirname (__FILE__) . '/config.inc';
include dirname (__FILE__) . '/types.inc';
memc_run_test ('memc_types_test',
memc_create_combinations ('PHP', Memcached::SERIALIZER_PHP)
);
?>
--EXPECT--
TEST DONE