- Issue created by @VladimirAus
- Open on Drupal.org →Core: 7.x + Environment: PHP 8.1 & MySQL 8last update
almost 2 years ago Not currently mergeable. - @vladimiraus opened merge request.
- last update
almost 2 years ago 1 pass, 10 fail - Status changed to Needs review
almost 2 years ago 6:57am 7 June 2023 - Status changed to Needs work
almost 2 years ago 1:37pm 8 June 2023 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
This doesn't do exactly the same thing. Consider if
$value
is zero. Casting to string might be the better solution or an approach that skips thepreg_match()
call when$value
is null.