Result
Unfortunately, no history for this test is available.
Code
The first test, "strtr()", was:
strtr($GLOBALS['dummy'], array('string' => 'STRING!'));
The second test, "str_replace()", was:
str_replace('string', 'STRING!', $GLOBALS['dummy']);