Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 3.1.4
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
)
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