PHP – Checking Exceptions speed
To verify this, I will do a small benchmark test to measure the performance difference in execution of a simple script configured to throw exceptions and once without them. First a not so useful script to find odd numbers (it’s Continue reading