Search found 1 match
- Fri Aug 08, 2025 8:33 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: detect deprecated code
- Replies: 1
- Views: 1264
Re: detect deprecated code
Hello, To find deprecated code, use tools like PHPCompatibility (with PHP_CodeSniffer) or PHPStan configured for PHP 8.1/8.2/8.3 outside Rapid PHP. You can run these via command line and optionally integrate them as external tools in Rapid PHP. Also, running your code under newer PHP versions with ...