D25263
D25263
Fix PHP 8.1 "preg_match(null)" exception on "Create Revision" page in Differential when not entering data
Author: aklapper
Reviewers: O1: Blessed Committers, speck
Summary: `preg_match()` does not accept passing null as the `$subject` string parameter in PHP 8.1.
Thus add a…