php-src/Zend/tests/arg_unpack
Nikita Popov 31a2ac470c Fix argument unpacking across stack pages
If multiple unpacks were used (or mixed with normal arguments)
parts of the arguments could land on different stack pages. If
this occurs the arguments will now be copied to a new stack page.

The code used to do this is copied verbatim from the PHP 5.4 branch
and only modified to reduce the amount of inlined code.
2014-01-18 14:41:33 +01:00
..
basic.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
by_ref.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
dynamic.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
internal.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
invalid_type.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
many_args.phpt Fix argument unpacking across stack pages 2014-01-18 14:41:33 +01:00
method.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
new.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
string_keys.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
traversable_throwing_exception.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00
traversable_with_by_ref_parameters.phpt Implement argument unpacking 2014-01-11 12:42:08 +01:00