%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_array_with_refs.phpt |
--TEST-- Store array that references same value twice --INI-- apc.enabled=1 apc.enable_cli=1 apc.serializer=default --FILE-- <?php apcu_store('test', [&$x, &$x]); var_dump(apcu_fetch('test')); ?> --EXPECT-- array(2) { [0]=> &NULL [1]=> &NULL }