| Server IP : 217.160.0.95 / Your IP : 216.73.216.242 Web Server : Apache System : Linux infong-uk56 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u78863098 ( 10368940) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/php8.4/test/Cache_Lite/tests/ |
Upload File : |
<?php
/**
* Executed by ErrorDieTest
*
* @package Cache_Lite
* @category Caching
* @version $Id$
* @author Markus Tacker <tacker@php.net>
*/
require_once __DIR__ . '/callcache.inc';
require_once __DIR__ . '/tmpdir.inc';
require_once __DIR__ . '/cache_lite_base.inc';
error_reporting(0);
$options = array(
'cacheDir' => tmpDir() . '31451992gjhgjh'. '/', # I hope there will be no directory with that silly name
'lifeTime' => 60,
'pearErrorMode' => CACHE_LITE_ERROR_DIE
);
$Cache_Lite = new Cache_Lite($options);
multipleCallCache();