mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
sequences are next.
# This is ugly, though.
# foreach (new TextIterator($a, # TextIterator::CODE_POINT|TextIterator::REVERSE) as $k => $c) {
# var_dump("$k: $c");
# }
# Any suggestions?