--TEST-- Testing magic method on trait --FILE-- xyz; $o->xyz = 2; clone $o; ?> --EXPECT-- 123 string(3) "xyz" string(7) "xyz===2" string(7) "__clone"