[PHP] PHP function speed testing

2004-07-25 Thread Shawn McKenzie
O.K. So I've written my application and debugged it, and now I want to try and optimize the speed. I have written a little test script to test the time of each PHP function that I can use in a certain situation (ereg, eregi, strpos). Problem is, no matter what I do, the first function I

Re: [PHP] PHP function speed testing

2004-07-25 Thread Jason Wong
On Monday 26 July 2004 06:21, Shawn McKenzie wrote: O.K. So I've written my application and debugged it, and now I want to try and optimize the speed. I have written a little test script to test the time of each PHP function that I can use in a certain situation (ereg, eregi, strpos).