mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
The SplFixedArray API treats all elements as NULL, even if they have not been explicitly initialized. Rather than initializing to UNDEF an treating that specially in various circumstances, directly initialize elements to NULL. This also fixes an assertion failure in the attached test case.
29 KiB
29 KiB