Anonymous | Login | Signup for a new account | 12-17-2024 08:54 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 | ||||
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 | ||||||
Status | closed | Product Version | 4.0.0 | ||||||
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 ) |
||||||||
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. |