### Description The following code: ```php <?php echo T_INLINE_HTML; ``` Resulted in this output:  This was discovered while debugging this blade rendering issue https://github.com/laravel/framework/discussions/52382#discussioncomment-12500239 that is affecting laravel blade templating. First step that lead to this https://github.com/laravel/framework/discussions/52382#discussioncomment-12498801 was discovered by @JFBauer-ZeroPlex. Tested on https://onlinephp.io/ and also on local and shared. More details in the thread. ### PHP Version 8.0->8.4 ### Operating System _No response_ Is this normal? Why change the constant value from minor version to minor version?