Search for a function definition in a bunch of php files 

find . -name *.php -exec grep -HE "function FUNCTION_NAME" {} \;