| Anonymous | Login | Signup for a new account | 11-07-2025 12:16 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 | ||||
| 0002190 | [Quercus] | major | always | 11-19-07 20:25 | 11-19-07 22:14 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.1.4 | Product Version | 3.1.4 | ||||
| Product Build | |||||||||
| Summary | 0002190: unpack() returns incorrectly indexed array | ||||||||
| Description |
<?php print_r(unpack('N', "\x00\x00\x00\x01")); Vanilla PHP prints: Array ( [1] => 1 ) Quercus prints: Array ( [] => 1 ) |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |