Searched refs:surname2 (Results 1 – 1 of 1) sorted by relevance
452 * @param string $surname2458 …private function surnamesMatch(string $surname1, string $surname2, bool $soundex_std, bool $sounde… argument461 … 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;