Home
last modified time | relevance | path

Searched refs:function_exists (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Services/
H A DEmailService.php43 use function function_exists; alias
189 if (function_exists('checkdnsrr')) {
226 if (!function_exists('proc_open')) {
H A DServerCheckService.php33 use function function_exists; alias
167 return in_array($function, $disable_functions, true) || !function_exists($function);
/webtrees/tests/app/Services/
H A DEmailServiceTest.php28 use function function_exists; alias
125 self::assertCount(function_exists('proc_open') ? 2 : 1, $options);
/webtrees/app/Http/Middleware/
H A DEmitResponse.php30 use function function_exists; alias
170 if (function_exists('fastcgi_finish_request')) {