[PHP-DEV] PHP 4.0 Bug #2333: array_walk & echo troubles. From: maycat <email protected>
Date: 09/20/99

From: maycat <email protected>
Operating system: Linux SlackWare 2.2.10
PHP version: 4.0 Beta 2
PHP Bug Type: Scripting Engine problem
Bug description: array_walk & echo troubles.

array_walk won't work at all.

echo "text1".(m_l($aa,bb))."text2";
in HTML looks like

Function result, Text1, Text2.

But imho correct is Text1, Func. res., Text 2.

but
echo text1;
echo m_l($aa,$bb);
echo text2;

is all ok.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>