Skip to content

Find a test case with multibyte strings for Like filter handler #175

@arogachev

Description

@arogachev

/** @infection-ignore-all MBString No suitable test case was found yet. */
return $filter->isCaseSensitive() === true
? mb_strpos($itemValue, $filter->getValue()) !== false
: mb_stripos($itemValue, $filter->getValue()) !== false;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions