mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
2a2e0e8128
The element may be still in use in other places, so the linking pointers should be kept consistent. If not consistent, the "move forward" code in the sample test will read a stale, dangling pointer. Closes GH-20885.