Viewing File: /opt/alt/tests/alt-php81-pecl-apcu_5.1.23-1.el8/tests/apc_store_string_reuse.phpt

--TEST--
The same string is used as the cache key and an array key
--INI--
apc.enabled=1
apc.enable_cli=1
apc.serializer=default
--FILE--
<?php

$key = 'key';
$a = [$key => null];
apcu_store($key, $a);

?>
--EXPECT--
Back to Directory File Manager
<