find git ignored PHP files

to search for PHP files that are ignored by git

git check-ignore -v $(find . -type f -name '*.php' -print)