Mantis Bugtracker
  

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

- Relationships

- Notes
(0003878)
koreth
03-13-09 12:51

Patch attached.
 
(0003894)
nam
03-18-09 15:34

php/1d3n
 

- Issue History
Date Modified Username Field Change
03-13-09 12:47 koreth New Issue
03-13-09 12:51 koreth File Added: patch.txt
03-13-09 12:51 koreth Note Added: 0003878
03-16-09 09:49 nam Status new => assigned
03-16-09 09:49 nam Assigned To  => nam
03-18-09 15:34 nam Status assigned => closed
03-18-09 15:34 nam Note Added: 0003894
03-18-09 15:34 nam Resolution open => fixed
03-18-09 15:34 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker