:: **Zploit** v1.0 | Current Path: **/opt/alt/tests/alt-php85-pecl-apcu_5.1.28-2.el8/tests/**
:: Editing File: 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)