Skip to content

The E_STRICT constant is deprecated in PHP 8.4.0 RC1 on Windows. #16082

Description

@dlsrc

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions