Date: 09/20/99
- Next message: Shawn Hall: "[PHP-DEV] String Buffer Size"
- Previous message: Zeev Suraski: "[PHP-DEV] Beta 3 delayed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Shawn Hall: "[PHP-DEV] String Buffer Size"
- Previous message: Zeev Suraski: "[PHP-DEV] Beta 3 delayed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

