On Sat, 19 Mar 2005, Moriyoshi Koizumi wrote:
> <?php
> $arrays = array(array(), array(), array());
> var_dump(implode('', $arrays));
> var_dump($arrays);
> ?>
>
> We already have an optimisation in the 5.x branches.
> I think it is appliable to the 4.3 branch.4.3 is only for bugfixes! Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
