- Issue created by @Rob230
- ๐ฌ๐งUnited Kingdom Rob230
Patch to add null coalescing operator. Casting to string would also work.
- ๐ฎ๐ณIndia abhishek_virasat
abhishek_gupta1 โ made their first commit to this issueโs fork.
- last update
11 months ago 130 pass - Status changed to Needs review
11 months ago 5:44am 18 January 2024 - last update
11 months ago 130 pass - ๐ฎ๐ณIndia abhishek_virasat
@colan, fixed the issue and created. please kindly review the MR
- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
If
$reference_value
is empty, then it won't match the regex anyway so might as well avoid the call. - Status changed to Needs work
10 months ago 11:56pm 2 March 2024 - Status changed to Needs review
10 months ago 11:16am 4 March 2024 - last update
10 months ago 130 pass - ๐ซ๐ทFrance dqd London | N.Y.C | Paris | Hamburg | Berlin
Regarding ?? vs !=NULL see following code test example: https://3v4l.org/McavC
- Status changed to Needs work
11 days ago 4:03pm 11 December 2024 - ๐ฎ๐ณIndia prem suthar Ahemdabad- Gujrat , Jodhpur - Rajsthan
prem suthar โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia prem suthar Ahemdabad- Gujrat , Jodhpur - Rajsthan
Try To Addressed the #8 point .
- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
The best thing might just to be cast to string; see merge request. The problem with
empt()
is that0
is empty. -
heddn โ
committed e29baa20 on 4.x authored by
abhishek_gupta1 โ
Issue #3411928 by rob230: PHP 8.1 issue with preg_match()
-
heddn โ
committed e29baa20 on 4.x authored by
abhishek_gupta1 โ