mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
The ?array $ctorArgs = null parameter is changed to array $constructorArgs = [], and an additional memory leak revealed by the new test case is fixed. Closes GH-6937 Co-Authored-By: Nikita Popov <nikita.ppv@gmail.com>