Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3586 | minor | always | 06-29-09 08:53 | 08-27-09 12:08 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|||||
Summary: | 0003586: count() error with recursive | ||||
Description: |
(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 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|