2008/6/16 Edward Z. Yang <[EMAIL PROTECTED]>:
> > PHP userland code may not treat strings as first class arrays, but > that's certainly how they are represented internally. > > Anyway, it would be neat if we could get that foreach syntax to work. I > get sick of for($i = 0, $c = strlen($str); $i < $c; $i++) very quickly. > > Totaly agree, the best example from the whole thread