|
|
|
|
|
by _RPM
4195 days ago
|
|
> It would be nice to have separate types for arrays and hash tables though. I don't understand why they were combined to begin with. Simplicity? Seems like there are more edge cases and gotchas the way things are now. There is no "hash table" type in PHP user land. |
|
There are only hash tables that are called "array" for simplicity.