Signature update reported in #38

This commit is contained in:
Gabor Gyorvari
2018-10-27 12:57:37 +02:00
parent 46692a3bb0
commit 8dc6e7298d

View File

@@ -102,3 +102,6 @@ php_uname\(["'asrvm]+\)
# uncommon function name underscore with many numbers # uncommon function name underscore with many numbers
function\s+_[0-9]{8,}\( function\s+_[0-9]{8,}\(
# escaped include with error hiding
@include ".*?(\\x[0-9a-f]{2,}.*?){2,}.*?";