Mantis - Quercus
Viewing Issue Advanced Details
1755 major always 05-23-07 07:51 06-03-07 10:11
naonaoyh  
 
normal  
closed 3.1.1  
fixed  
none    
none 3.1.2  
0001755: print unicode string between ob_start() and ob_end* make Garbage Output
such code can reproduce this issue.

<?php
   ob_start();
   $test = '&20320;&22909;&21568;';
   echo "Hello World, From" . $test;
   ob_end_flush();
?>

Notes
(0001992)
sam   
06-03-07 10:11   
php/1l0s