php-src/Zend/tests/arg_unpack
Nikita Popov 6913ec3282 Use RW fetch for argument unpacking
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.
2019-07-30 10:07:08 +02:00
..
basic.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
by_ref_separation.phpt Fix SEND_UNPACK array separation 2016-04-16 22:33:23 +02:00
by_ref.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dynamic.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
internal.phpt
invalid_type.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
many_args.phpt Implement arrow functions 2019-05-02 15:04:03 +02:00
method.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
nested_by_ref.phpt Use RW fetch for argument unpacking 2019-07-30 10:07:08 +02:00
new.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
non_integer_keys.phpt Argument unpacking with Traversables and non-integer keys. 2018-07-04 22:34:36 +03:00
positional_arg_after_unpack_error.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
string_keys.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
traversable_throwing_exception.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00
traversable_with_by_ref_parameters.phpt Disallow use of positional args after unpacking 2014-02-26 16:40:25 +01:00