Closed as not planned
Description
Description
The following code tests on PHP 8.4 RC1 on Windows:
<?php
print E_STRICT;
Resulted in this output:
Deprecated: Constant E_STRICT is deprecated in D:\Host\www\pub\experimental.dl\test84.php on line 2
2048
On RHEL this test gives the expected result:
2048
For PHP 8.4 Beta 5 on Windows the result is also expected;
2048
PHP Version
PHP 8.4.0 RC1
Operating System
Windows