Re: [PHP] Arrays and Regs

2002-07-18 Thread Analysis & Solutions
Martin: On Thu, Jul 18, 2002 at 03:55:13PM -0400, Martin Clifford wrote: > > 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. The diff

[PHP] Arrays and Regs

2002-07-18 Thread Martin Clifford
Howdy, 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. Also, on Regular Expression replacements: $text = eregi_replace("([abc]+)", "\\1",