Result
Unfortunately, no history for this test is available.
Code
The first test, "(array)", was:
for ($j = 0; $j < 1000; $j++) $GLOBALS['dummy'] = (array) $j;
The second test, "array()", was:
for ($j = 0; $j < 1000; $j++) $GLOBALS['dummy'] = array($j);