Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-7.2
/
share
/
test
/
apcu
/
tests
/
//proc/thread-self/root/opt/php-7.2/share/test/apcu/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--