From: maximus_ppc at mail dot ru Operating system: windows xp PHP version: 5.2.5 PHP Bug Type: Output Control Bug description: echo in echo
Description:
------------
order is wrong
Reproduce code:
---------------
echo '1'.foo().'3';
function foo() {
echo '2';
}
Expected result:
----------------
123
Actual result:
--------------
213
--
Edit bug report at http://bugs.php.net/?id=44516&edit=1
--
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=44516&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=44516&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=44516&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=44516&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=44516&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=44516&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=44516&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=44516&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=44516&r=support
Expected behavior: http://bugs.php.net/fix.php?id=44516&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=44516&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=44516&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=44516&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=44516&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=44516&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=44516&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=44516&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=44516&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=44516&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=44516&r=mysqlcfg
