Anonymous | Login | Signup for a new account | 10-30-2024 04:15 PDT |
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 | ||||
0003389 | [Quercus] | minor | always | 03-13-09 12:47 | 03-18-09 15:34 | ||||
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 | 4.0.0 | Product Version | 4.0.0 | ||||
Product Build | |||||||||
Summary | 0003389: unpack() array element suffixes start with 0 | ||||||||
Description |
<?php print_r(unpack("C2xyz", "\x11\x15")); PHP prints Array ( [xyz1] => 17 [xyz2] => 21 ) Quercus prints Array ( [xyz0] => 17 [xyz1] => 21 ) |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | patch.txt [^] (1,161 bytes) 03-13-09 12:51 | ||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 27 unique queries executed. |