- Issue created by @VladimirAus
- Open on Drupal.org →Core: 7.x + Environment: PHP 8.1 & MySQL 8last update
over 1 year ago Not currently mergeable. - @vladimiraus opened merge request.
- last update
over 1 year ago 1 pass, 10 fail - Status changed to Needs review
over 1 year ago 6:57am 7 June 2023 - Status changed to Needs work
over 1 year 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.