mediawiki-extensions-AbuseF.../includes/parser
Daimona Eaytoy bc79962803 Add a new data type for non-initialized stuff
Split from I5a14d4b2bc3ffd9caaaa095f16f36b9b6009db05.
This adds a new data type to use for empty AFPDatas. Using NULL for that
makes it impossible to distinguish cases where we really got a null
value, and cases where there was nothing to parse.
For now, DNONE is the same as DNULL, but I've explicited DNULL where
necessary. A subsequent patch will make proper use of DNONE.

Bug: T156096
Change-Id: I69bfec45c76509fb1112641393f78e8d8834adcd
2019-07-08 15:35:02 +02:00
..
AbuseFilterCachingParser.php Add a new data type for non-initialized stuff 2019-07-08 15:35:02 +02:00
AbuseFilterParser.php Add a new data type for non-initialized stuff 2019-07-08 15:35:02 +02:00
AbuseFilterTokenizer.php Tokenizer caching back to APC 2019-05-28 19:48:26 +02:00
AFPData.php Add a new data type for non-initialized stuff 2019-07-08 15:35:02 +02:00
AFPException.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPParserState.php Revert "Revert "Add typehinting for every object-only parameter"" 2018-11-15 10:09:16 +01:00
AFPToken.php Add doc for every class member 2019-03-17 11:40:24 +01:00
AFPTreeNode.php Restore unit tests for CachingParser and fix it 2019-05-25 10:55:24 +02:00
AFPTreeParser.php Disallow consecutive comparisons 2019-07-04 19:15:07 +02:00
AFPUserVisibleException.php Stop computing removed variables and show custom error message 2018-06-26 20:02:31 +02:00