As explained in the PHP manual the case_insensitive parameter has been deprecated since 7.3 and will be removed entirely in 8.0.0.
The inclusion of it currently causes static code analysis to show a warning and since the flag has been set false since 2018 this would be harmless to remove now.
As explained in the PHP manual the case_insensitive parameter has been deprecated since 7.3 and will be removed entirely in 8.0.0.
The inclusion of it currently causes static code analysis to show a warning and since the flag has been set
false
since 2018 this would be harmless to remove now.