plates icon indicating copy to clipboard operation
plates copied to clipboard

Escape can take a null parameter php8.1

Open visavi opened this issue 3 years ago • 0 comments

PHP 8.1 htmlspecialchars no longer accepts a null parameter php8.1 Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated This fix allows you not to worry about the types of variables being passed The behavior is now the same as in php8.0

visavi avatar Sep 09 '22 11:09 visavi