mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +02:00
The internal function `_readline_command_generator()` modifies the internal array pointer of `readline_completion_function()`'s return value. We therefore separate the array, what also avoids failing assertions regarding the array refcount. Closes GH-6582.