Anonymous | Login | Signup for a new account | 12-17-2024 14:32 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002932 | [Quercus] | minor | always | 09-14-08 00:19 | 09-15-08 15:16 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.2.1 | Product Version | 3.2.1 | ||||
Product Build | |||||||||
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 | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |