PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Moisés Lima   PHP Migration Tool Verification   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Migration Tool Verification
Analyse and find issues to migrate PHP code
Author: By
Last change:
Date: 4 years ago
Size: 598 bytes
 

Contents

Class file image Download

php7.2-verify-migration-tool

Bot to detect, report errors, deprecated functions to php7.2 migration.

The project is in Twitch.tv at https://www.twitch.tv/themoiza

Add permission to execute in terminal:

chmod +x scan.php

How to execute:

./scan.php /home/yourproject e

No parameters: scan only erros

./scan.php

set dir to scan, 1st param

./scan.php /home/yourproject

e: scan only erros

./scan.php e

w: scan only warnings

./scan.php w

q: quiet, show nothing on console

./scan.php q

all: scan all

./scan.php all