Edit
by Gary England - 5 years ago (2019-09-23)
I need to scan php code for deprecated functions
| I need to scan php code for deprecated functions and statements and variables |
Ask clarification
1 Recommendation
PHP Code Fixer: Find deprecated functions and variables in PHP
This package can find deprecated functions and variables in PHP.
It can parse PHP code and find known issues of functions, variables and php.ini configuration directives that are deprecated.
The package can also suggest replacements for the code that uses deprecated features.
| by zinsou A.A.E.Moïse 6835 - 5 years ago (2019-09-26) Comment
Try this package it should really help... |