Result
Unfortunately, no history for this test is available.
Code
The first test, "return code", was:
for ($i = 0; $i < 100; $i++) { if (no_return_false() === false) $GLOBALS['dummy']++; }
The second test, "Exceptions", was:
for ($i = 0; $i < 100; $i++) { try { no_throw_exception(); } catch (Exception $e) { $GLOBALS['dummy']++; } }