Ticket #1561 (closed deprecation: done)
Auto-vivification of nested aggregates is deprecated.
Reported by: | bacek | Owned by: | Yuki`N |
---|---|---|---|
Priority: | normal | Milestone: | 2.11 |
Component: | core | Version: | branch |
Severity: | medium | Keywords: | gci |
Cc: | Language: | ||
Patch status: | Platform: |
Description
E.g.
$P0 = new ['Hash'] $S0 = $P0['foo';'bar';'baz']
will not auto-vivify nested Hashes and return NULL early.
Change History
Note: See
TracTickets for help on using
tickets.