mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
17 lines
348 B
PHP
17 lines
348 B
PHP
--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
|