Result
Unfortunately, no history for this test is available.
Code
The first test, "notices", was:
for ($i = 0; $i < 100; $i++) @$GLOBALS[dummy]++;
The second test, "clean code", was:
for ($i = 0; $i < 100; $i++) $GLOBALS['dummy']++;
Warning: Division by zero in /var/customers/webs/stc/benchmark/index.php on line 256
Performance comparison of PHP code alternatives.
Unfortunately, no history for this test is available.
The first test, "notices", was:
for ($i = 0; $i < 100; $i++) @$GLOBALS[dummy]++;
The second test, "clean code", was:
for ($i = 0; $i < 100; $i++) $GLOBALS['dummy']++;