Skip to content
GitLab
Explore
Sign in
Issue
#3524067
: strpos($a, $b) which compares with FALSE or 0 should replace with str_contains($a, $b) or str_starts_with($a, $b) if possible
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Issue #3524067: strpos($a, $b) which compares with FALSE or 0 should replace with str_contains($a, $b) or str_starts_with($a, $b) if possible
tom konda
requested to merge
issue/webform-3524067:3524067-strposa-b-which
into
6.3.x
May 13, 2025
Overview
0
Commits
2
Pipelines
5
Changes
99
Closes
#3524067
Merge request reports
Loading