--TEST-- strtr() with references --FILE-- &$foo]; var_dump(strtr('foobar', $arr)); ?> --EXPECT-- string(6) "foofoo"