--TEST-- APC: apcu_store/fetch with arrays with two object references --SKIPIF-- --INI-- apc.enabled=1 apc.enable_cli=1 --FILE-- ===DONE=== --EXPECT-- array(2) { [0]=> &object(stdClass)#1 (0) { } [1]=> &object(stdClass)#1 (0) { } } array(2) { [0]=> &object(stdClass)#1 (0) { } [1]=> &object(stdClass)#1 (0) { } } array(2) { [0]=> &object(stdClass)#2 (0) { } [1]=> &object(stdClass)#2 (0) { } } array(2) { [0]=> &string(3) "roh" [1]=> &string(3) "roh" } ===DONE===