https://bugzilla.wikimedia.org/show_bug.cgi?id=63041

--- Comment #1 from Erik Bernhardson <ebernhard...@wikimedia.org> ---
First stab at a line:

find ./ -type f -print0 | xargs -0 file -k | grep 'PHP script' | cut -d : -f 1
| xargs -n 1 php -l


Will see if it can be a bit cleaner.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to