History log of /PHP-8.4/Zend/tests/static_variables_throwing_initializer.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 50217b35 05-Aug-2024 Ilija Tovilo

Remove IS_STATIC_VAR_UNINITIALIZED (#15227)

This flag was never necessary. We know a static variable is uninitialized (i.e.
the initializer has never been called) iff the zval in the sta

Remove IS_STATIC_VAR_UNINITIALIZED (#15227)

This flag was never necessary. We know a static variable is uninitialized (i.e.
the initializer has never been called) iff the zval in the static variable array
does not contain a reference.

Prompted by a related issue in ext-uopz reported by Christoph.

show more ...