芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp84/includes/tests/Cache_Lite/tests/errordie.php
*/ 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();