Anonymous | Login | Signup for a new account | 12-17-2024 08:33 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003127 | [Quercus] | major | always | 12-05-08 23:11 | 12-10-08 09:14 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.2.1 | ||||||
Summary | 0003127: array_chunk() uses keys instead of values in result | ||||||||
Description |
<?php $x = array_chunk(array(1 => 12345, 2 => 34567, 3 => 56789), 3); print_r($x); Vanilla PHP prints Array ( [0] => Array ( [0] => 12345 [1] => 34567 [2] => 56789 ) ) Quercus prints Array ( [0] => Array ( [0] => 1 [1] => 2 [2] => 3 ) ) |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |