FunctionUse
Table of Contents
Classes
- ArgumentFunctionsReportCurrentValueSniff
- Functions inspecting function arguments report the current parameter value instead of the original since PHP 7.0.
- ArgumentFunctionsUsageSniff
- Detect usage of `func_get_args()`, `func_get_arg()` and `func_num_args()` in invalid context.
- NewFunctionParametersSniff
- Detect use of new function parameters in calls to native PHP functions.
- NewFunctionsSniff
- Detect calls to new native PHP functions.
- OptionalToRequiredFunctionParametersSniff
- Detect missing required function parameters in calls to native PHP functions.
- RemovedFunctionParametersSniff
- Detect use of deprecated/removed function parameters in calls to native PHP functions.
- RemovedFunctionsSniff
- Detect calls to deprecated/removed native PHP functions.
- RequiredToOptionalFunctionParametersSniff
- Detect missing required function parameters in calls to native PHP functions.