PHPLinter icon indicating copy to clipboard operation
PHPLinter copied to clipboard

Lint and score PHP files based on a simple ruleset

Results 5 PHPLinter issues
Sort by recently updated
recently updated
newest added

To create phar-archive run this commands: ./bin/buildphar chmod +x bin/phplinter.phar mv bin/phplinter.phar /usr/local/bin/phplinter After this you can use phplinter as binary executable.

In some systems php is running under strict security ini-settings. For example: disable_functions="chdir,dl,ini_get_all,system,shell_exec,popen,proc_open,passthru,pcntl_execchdir,dl,ini_get_all,system,shell_exec". To be able run PHPLinter on such systems system() call should be removed.

Directory links should point to index.html.

Declaration of LClass::process_locals() should be compatible with BaseLint::process_locals().

Some json-syntax fixes.