deepsourcestatus / test-repository

Defining case-insensitive constants is deprecated PHP-W1083
Bug risk
Major
8 months ago8 months old
Argument #3 ($case_insensitive) is deprecated, passing value true will produce a warning
 6
 7define('Utils\GroupUse\PHP_74', 70400);
 8
 9define('ACTIVE', 1, true);10
11function php_80(): int
12{