[php-syntax-check]
apt = php-cli | php5-cli
files = *.php*
types = text/x-php
command = php -l -f {file}

[php-grinder]
files = *.php*
types = text/x-php
comment = You may want to submit your PHP code to http://php-grinder.com/

# TODO: pkg-php-tools pkgtools
# TODO: php-codesniffer
# TODO: pdepend
# TODO: phpmd
# TODO: php7cc #820420
# TODO: https://github.com/wayfair/hussar
# TODO: https://github.com/rlerdorf/phan
# TODO: https://github.com/sebastianbergmann/phpcpd
# TODO: shell metacharacter injection: backticks exec system passthru shell_exec popen proc_open

# vim:ft=dosini
