mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
aaed3ccb47
Previously this failed as the read_dimension which is invoked by ref-assign does not contain the logic to add the key, so it was required to first write the value using a normal assignment and then thereafter use the reference assignment. This solves it by adding the necessary logic to assign references directly.