Title | Teaser | Conclusion |
Empty loops | This is just a simple test of 3 different loops (for, while and do-while). | The do-while and while loops seems to be faster than the for loops. |
Look for a value | Check to see if a string is exists in a dataset of strings. | The winner is without a doubt isset. |