### Description I'm trying to build PHP 8.2.0 from source During the test phase 1 of the tests fails: `make test` Resulted in this output: ``` Compatibility of values of same name trait constants is checked after their constant expressions are evaluated [Zend/tests/traits/constant_016.phpt] ``` But I expected this output instead: ``` Successful build ``` ### PHP Version PHP 8.2.0 ### Operating System Archlinux