[PHP] Re: Arrays and Regs

2002-07-19 Thread Martin Clifford
Firstly, many thanks to Richard and Dan... >>A quick test script in PHP would have been faster than asking... :-)<< It was just one of those questions that I had burning in my mind at the time, and since I don't have access to PHP at work (As if the Government would allow that!), I had to ask

[PHP] Re: Arrays and Regs

2002-07-18 Thread Richard Lynch
>Just a performance question, if anyone knows for sure. Within a large >array, would using numerical indices be quicker than associative? I'm >talking about a *noticeable* difference in performance, here. Almost for sure, nope. Run a test for yourself. >Also, on Regular Expression replaceme