Grep solo en archivos PHP
grep -r -i --include=\*.php 'searchterm' ./
Bright Barracuda
grep -r -i --include=\*.php 'searchterm' ./