grep search for text in php files recursive

Shell
grep -r "string to search for" ./
Source

Also in Shell: