Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Http/Middleware/
H A DCompressResponse.php34 use function strstr; alias
135 $content_type = strstr($content_type, ';', true) ?: $content_type;
/webtrees/app/Factories/
H A DEncodingFactory.php45 use function strstr; alias
90 $header = strstr($header, "\n0", true);