find . -type f -name "*.php" -exec grep -HIl $'^\xEF\xBB\xBF' {} \; | xargs sed -i 's/\xEF\xBB\xBF//'