From:             [EMAIL PROTECTED]
Operating system: Debian Linux
PHP version:      4.0.6
PHP Bug Type:     Output Control
Bug description:  echo concatenates strings and string function call in bad order

<? function Translate($R)
     { echo $R; } 
   echo "<i>".Translate("This should be in italics, but -- weird! -- it's
normal.")."</i> "; ?>   

-- 
Edit bug report at: http://bugs.php.net/?id=15030&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to