Mantis - Quercus
Viewing Issue Advanced Details
2190 major always 11-19-07 20:25 11-19-07 22:14
koreth  
nam  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.4  
0002190: unpack() returns incorrectly indexed array
<?php
print_r(unpack('N', "\x00\x00\x00\x01"));

Vanilla PHP prints:

Array
(
    [1] => 1
)

Quercus prints:

Array
(
    [] => 1
)

Notes
(0002513)
nam   
11-19-07 22:14   
php/1d3k