Result
Unfortunately, no history for this test is available.
Code
The first test, "eval()", was:
eval(' $x = 0; $x += 5; if ($x >= 5) $x = 0; $x; $x;');
The second test, "create_function()", was:
/* $GLOBALS['dummy'] = create_function('', ' $x = 0; $x += 5; if ($x >= 5) $x = 0; $x; $x;'); */ $GLOBALS['dummy']();