I'm trying to search for a word/phrase within all the php files and all sub-directories where the command is run from. I'm using ssh with root access.
find . -type f -name \*php|xargs grep -i yourword
-n