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