D25268
D25268
Fix PHP 8.2 "strlen(null)" exceptions block rendering Differential Revision page (T15432 - 1/2)
Author: mturdus
Reviewers: O1: Blessed Committers, speck, valerio.bozzolan
Summary: phutil_json_decode() does not accept null as parameter
strlen() does not accept null as parameter
preg_match() does not…