| Anonymous | Login | Signup for a new account | 11-02-2025 07:02 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003146 | [Quercus] | minor | always | 12-11-08 00:29 | 12-11-08 09:18 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 4.0.0 | Product Version | 4.0.0 | ||||
| Product Build | |||||||||
| Summary | 0003146: array_shift() removes wrong element | ||||||||
| Description |
<?php $foo = array(1,2,3,4); array_shift($foo); print_r($foo); Regular PHP prints Array ( [0] => 2 [1] => 3 [2] => 4 ). Quercus prints Array ( [0] => 1 [1] => 3 [2] => 4 ) -- it has removed the second element from the array here, not the first. |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |