Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2932 | minor | always | 09-14-08 00:19 | 09-15-08 15:16 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002932: Casting array to object drops numeric keys | ||||
Description: |
<?php print_r((object)array('a' => 'b')); print_r((object)array(1 => 2)); Vanilla PHP prints stdClass Object ( [a] => b ) stdClass Object ( [1] => 2 ) Quercus prints stdClass Object ( [a] => b ) stdClass Object ( ) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|