File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class KeywordEnhancer {
13
13
'/\b(?<![` \\\\])[A-Z][A-Z \\\\a-z]+::[a-z][A-Za-z_\d]+\b(?![`\/(])/ ' , // Class::constants
14
14
'/\b(?<!`-)[a-z]+_[a-z]+(?:_[a-z_]+)?\(\)(?![`\/])/ ' , // Functions with underscores and ()
15
15
'/\b(?<![`>])[a-z_][a-z][a-z\d_]+\(\)(?![`.>\/-])/ ' , // Functions with underscores and ()
16
- '/\b(?<!`)(?:ldap|ftp|array|mb|stream|open|hash|xml|proc)_[a-z_]+\d?\b(?![`\/])/ ' , // Functions with underscores and no ()
16
+ '/\b(?<!`)(?:ldap|ftp|array|mb|stream|open|hash|xml|proc|pcntl )_[a-z_]+\d?\b(?![`\/])/ ' , // Functions with underscores and no ()
17
17
'/\b(?<!`)(xleak|xfail|skipif)\b(?![`\/])/i ' , // xleak
18
18
'/(?<![`>()-])--[a-z][a-z-]+(?![`])/i ' , // --flags, --flags-and-more
19
19
'/(?<![`>()-])\bext\/[a-z_\d\/-]+\.phpt\b(?![`])/i ' , // ext/test/test/test.phpt
You can’t perform that action at this time.
0 commit comments