Closed as not planned
Closed as not planned
Description
Description
The following code:
<?php
echo T_INLINE_HTML;
Resulted in this output:
This was discovered while debugging this blade rendering issue laravel/framework#52382 (reply in thread)
that is affecting laravel blade templating.
First step that lead to this laravel/framework#52382 (comment) 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?