// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php84-pecl-apcu_5.1.24-1.el8
/
tests
[ PARENT ]
EDIT :: apc_015.phpt
--TEST-- Copy failure should not create entry --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php try { apcu_store('thing', function(){}); } catch(Exception $ex) { } var_dump(apcu_exists('thing')); --EXPECT-- bool(false)
SAVE
CANCEL