1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00
Files
archived-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
..
2014-01-11 12:42:08 +01:00
2014-01-11 12:42:08 +01:00
2014-01-11 12:42:08 +01:00
2014-01-11 12:42:08 +01:00
2014-01-11 12:42:08 +01:00
2014-01-11 12:42:08 +01:00
2014-01-11 12:42:08 +01:00
2014-01-11 12:42:08 +01:00