mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
6913ec3282
Argument unpacking may need to create references inside the array that is being unpacked. However, it currently can only do this if a plain variable is unpacked, not for any nested accesses, because the value is fetched for read. Resolve this by fetching the operands for RW. |
||
---|---|---|
.. | ||
basic.phpt | ||
by_ref_separation.phpt | ||
by_ref.phpt | ||
dynamic.phpt | ||
internal.phpt | ||
invalid_type.phpt | ||
many_args.phpt | ||
method.phpt | ||
nested_by_ref.phpt | ||
new.phpt | ||
non_integer_keys.phpt | ||
positional_arg_after_unpack_error.phpt | ||
string_keys.phpt | ||
traversable_throwing_exception.phpt | ||
traversable_with_by_ref_parameters.phpt |