Home
last modified time | relevance | path

Searched refs:stripos (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Report/
H A DHtmlRenderer.php33 use function stripos; alias
154 if (stripos($style['style'], 'B') !== false) {
157 if (stripos($style['style'], 'I') !== false) {
160 if (stripos($style['style'], 'U') !== false) {
163 if (stripos($style['style'], 'D') !== false) {
/webtrees/app/Module/
H A DBranchesListModule.php53 use function stripos; alias
469 return stripos($surname1, $surname2) !== false || stripos($surname2, $surname1) !== false;
/webtrees/app/Http/RequestHandlers/
H A DAutoCompleteFolder.php60 ->filter(fn (string $path): bool => stripos($path, $query) !== false)
/webtrees/app/Services/
H A DDatatablesService.php66 if (stripos($row[$search_column], $search) !== false) {
/webtrees/
H A Dphpstan-baseline.neon8050 message: '#^Parameter \#1 \$haystack of function stripos expects string, mixed given\.$#'