1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00
Files
Niels Dossche f1fc4e8ff7 Fix GH-16957: Assertion failure in array_shift with self-referencing array
We have an RC1 violation because we're immediately dereferencing and
copying the resulting array in the test case. Instead, transfer the
lifetime using RETVAL_COPY_VALUE and unwrap only after the internal
iterator is reset.

Closes GH-16970.
2024-11-29 19:21:11 +01:00
..
2024-11-25 13:49:20 +01:00
2024-11-20 11:07:04 +01:00
2024-11-20 11:12:19 +01:00
2024-03-04 21:30:27 +09:00
2024-07-06 20:44:20 +01:00
2024-11-25 22:06:04 +01:00