Mantis - Quercus
Viewing Issue Advanced Details
3586 minor always 06-29-09 08:53 08-27-09 12:08
ferg  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.2  
0003586: count() error with recursive
(rep by Hoang)

I am a student of IT. I test your Resin server, but i found a problem with function count($var, $mode). It does not work well. Example :
i wanna count an array : $myarr = array( array('A','B','C'), array('A','B','C') )
i wrote a script to test: echo count($myarr , 1);
in the Resin Server, it show on the screen is : 2 (wrong)
but in the Apache server is : 8 (Right).
So I hope u can fix this problem


Notes
(0004186)
nam   
08-27-09 12:08   
php/1703