mediawiki-extensions-AbuseF.../includes/Parser
Brian Wolff c6d3e6638c Explicitly cast mod (%) operhands to ints.
PHP does this automatically, however in PHP8 this causes an
E_DEPRECATED warning.

This fixes a phpunit test

Change-Id: Ie2b2dbf4a1c0ff500ba251ee43a37823432e3047
2022-10-03 08:30:45 -07:00
..
Exception Fix logging for parser exceptions 2022-03-07 13:32:54 +01:00
AbuseFilterTokenizer.php More cleanup for parser-related classes 2021-09-10 12:50:20 +00:00
AFPData.php Explicitly cast mod (%) operhands to ints. 2022-10-03 08:30:45 -07:00
AFPParserState.php Move parser classes to a dedicated namespace 2020-12-09 01:30:20 +00:00
AFPSyntaxTree.php Rename AbuseFilterCachingParser -> FilterEvaluator 2021-09-08 13:40:47 +02:00
AFPToken.php Move parser classes to a dedicated namespace 2020-12-09 01:30:20 +00:00
AFPTreeNode.php Inline/simplify smaller pieces of duplicate/complex PHP code 2022-06-03 21:04:38 +02:00
AFPTreeParser.php Clean up line indent with mixed tabs and whitespaces 2022-07-31 16:34:07 +02:00
FilterEvaluator.php Merge "Add support for regex string replacements." 2022-05-31 14:54:33 +00:00
ParserStatus.php Refactor ParserStatus 2021-09-17 11:25:54 +00:00
RuleCheckerFactory.php More cleanup for parser-related classes 2021-09-10 12:50:20 +00:00
RuleCheckerStatus.php Refactor ParserStatus 2021-09-17 11:25:54 +00:00
SyntaxChecker.php Inline/simplify smaller pieces of duplicate/complex PHP code 2022-06-03 21:04:38 +02:00