Result
Unfortunately, no history for this test is available.
Code
The first test, "strncmp()", was:
for ($j = 0; $j < 40; $j++) $GLOBALS['dummy'] = strncmp($GLOBALS['dummy_match'], '01234', 5) === 0; for ($j = 0; $j < 40; $j++) $GLOBALS['dummy'] = strncmp($GLOBALS['dummy_fail'], '01234', 5) === 0;
The second test, "strpos()", was:
for ($j = 0; $j < 40; $j++) $GLOBALS['dummy'] = strpos($GLOBALS['dummy_match'], '01234') === 0; for ($j = 0; $j < 40; $j++) $GLOBALS['dummy'] = strpos($GLOBALS['dummy_fail'], '01234') === 0;