%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/rs/php/8.3/lib/php/test/apcu/tests/
Upload File :
Create Path :
Current File : /home/rs/php/8.3/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
}

Zerion Mini Shell 1.0