Generic_Sniffs_PHP_ForbiddenFunctionsSniff | --Generic_Sniffs_PHP_DeprecatedFunctionsSniff
Discourages the use of deprecated functions that are kept in PHP for compatibility with older versions.
[line 44]
A list of forbidden functions with their alternatives.The value is NULL if no alternative exists. IE, the function should just not be used.
Generic_Sniffs_PHP_DeprecatedFunctionsSniff __construct(
)
Uses the Reflection API to get a list of deprecated functions.