%PDF- %PDF-
Direktori : /home/rs/php/8.0/lib/php/test/apcu/tests/ |
Current File : /home/rs/php/8.0/lib/php/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--