mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
trying to fix hhvm systax check, but using same parameters as (working) 14.2 check
This commit is contained in:
parent
8a60c2bc23
commit
3ebc3d677f
@ -9,7 +9,7 @@
|
|||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
find ${@-.} -name '*.php' -exec php -d hhvm.jit=0 -l {} \; 2>&1 | \
|
find ${@-.} -name '*.php' -exec php -l {} \; 2>&1 | \
|
||||||
# only show errors and PHP Deprecated, no success messages
|
# only show errors and PHP Deprecated, no success messages
|
||||||
egrep '^(PHP|Parse error)' | \
|
egrep '^(PHP|Parse error)' | \
|
||||||
# suppress PHP Deprecated in vendor, as they need to be solved by the vendor
|
# suppress PHP Deprecated in vendor, as they need to be solved by the vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user