--TEST-- Bug #75420.7 (Indirect modification of magic method argument) --FILE-- $name = 1; var_dump($name); ?> --EXPECT-- string(6) "foofoo" int(24)