1--TEST--
2Memcached multi store & fetch type and value correctness using PHP serializer
3--SKIPIF--
4<?php include "skipif.inc";?>
5--FILE--
6<?php
7include dirname (__FILE__) . '/config.inc';
8include dirname (__FILE__) . '/types.inc';
9
10memc_run_test ('memc_types_test_multi',
11	memc_create_combinations ('PHP', Memcached::SERIALIZER_PHP)
12);
13
14?>
15--EXPECT--
16TEST DONE
17