|
|
|
|
|
by chromatic
5369 days ago
|
|
Perl hashes don't preserve order. PHP's almost always do. This is the point at which serious students of language design point out that, if you look at it from a certain angle, PHP doesn't have arrays built into the language. As it turns out, treating two distinctly different data structures with different semantics and performance characteristics as the same thing multiplies edge cases and bugs. |
|