Mantis Bugtracker
  

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

- Relationships

- Notes
(0002513)
nam
11-19-07 22:14

php/1d3k
 

- Issue History
Date Modified Username Field Change
11-19-07 20:25 koreth New Issue
11-19-07 22:06 nam Status new => assigned
11-19-07 22:06 nam Assigned To  => nam
11-19-07 22:14 nam Status assigned => closed
11-19-07 22:14 nam Note Added: 0002513
11-19-07 22:14 nam Resolution open => fixed
11-19-07 22:14 nam Fixed in Version  => 3.1.4


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