Ref T13518. The result format of this call changed in PHP 7.4, which causes us to emit "-1" matches because "-1" survives array_filter().
Filter results in a way that should survive both result formats.
Differential D21173
Accommodate PHP 7.4 changes to certain "preg_match_all()" calls epriestley on Apr 26 2020, 3:32 PM. Authored by Tags None Referenced Files
Subscribers None
Details Ref T13518. The result format of this call changed in PHP 7.4, which causes us to emit "-1" matches because "-1" survives array_filter(). Filter results in a way that should survive both result formats. Ran arc unit --everything under PHP 7.4.
Diff Detail
Event TimelineComment Actions
|