User tests: Successful: Unsuccessful:
Fixes the strpos call.
strpos()
first argument is a haystack, not a needle.
strpos('x', $s)
is identical to $s === 'x'
which is probably not what we want here.
?
?
?
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-26 15:05:15 |
Closed_By | ⇒ | quasilyte | |
Labels |
Added:
?
|
Nope, if you already have a fix that does sound good to me.
Thanks. Do you want to test PR #26534 which already includes this fix?