Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.4
/
share
/
test
/
Cache_Lite
/
tests
/
//opt/php-7.4/share/test/Cache_Lite/tests/errordie.php
<?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();