2011/6/20 Johannes Schlüter <johan...@schlueters.de>:
> On Mon, 2011-06-20 at 13:27 +0200, Robert Eisele wrote:
>> foreach() has many functions, looping over arrays, objects and implementing
>> the iterator interface. I think it's also quite intuitive to use foreach()
>> for strings, too.
>
> I would prefer a TextIterator as we had in the old PHP 6 as this allows
> more powerful filtering etc. using iterator semantics even though this
> might be a bit slower.

A foreach with string should be seen as binary buffer, with no clue
about its content and only to fetch it byte by byte.

TextIterator can be smarter and support unicode when ICU is available.

Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to