--TEST-- ZE2 Destructing and references --FILE-- x = &$o4; $r1 = &$o1; class once {} $o = new once; echo "Done\n"; ?> --EXPECT-- Done