--TEST-- APC: apcu_store/fetch reference test --SKIPIF-- = 7.3'); if (PHP_VERSION_ID >= 80100) die('skip Only for PHP < 8.1'); ?> --INI-- apc.enabled=1 apc.enable_cli=1 apc.serializer=php report_memleaks=0 --FILE-- ===DONE=== --EXPECTF-- array(9) refcount(2){ [0]=> string(1) "a" %s [1]=> &array(1) refcount(1){ [0]=> string(1) "c" %s } [2]=> &array(1) refcount(1){ [0]=> string(1) "c" %s } [3]=> &string(1) "d" %s [4]=> &string(1) "d" %s [5]=> &string(1) "d" %s [6]=> string(1) "e" %s [7]=> string(1) "e" %s [8]=> &array(2) refcount(1){ [0]=> string(1) "f" %s [1]=> *RECURSION* } } ===DONE===