Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DBranchesListModule.php452 * @param string $surname2
458 …private function surnamesMatch(string $surname1, string $surname2, bool $soundex_std, bool $sounde… argument
461 … if ($soundex_std && Soundex::compare(Soundex::russell($surname1), Soundex::russell($surname2))) {
464 …x_dm && Soundex::compare(Soundex::daitchMokotoff($surname1), Soundex::daitchMokotoff($surname2))) {
469 return stripos($surname1, $surname2) !== false || stripos($surname2, $surname1) !== false;