Home
last modified time | relevance | path

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

/webtrees/tests/app/
H A DSiteTest.php24 use function str_repeat; alias
46 $too_long = str_repeat('x', 3000);
47 $expected = str_repeat('x', 2000);
/webtrees/app/Module/
H A DLanguageSlovakian.php27 use function str_repeat; alias
120 ($n > 3 ? 'pra ×' . $n . ' ' : str_repeat('pra-', $n)) . $nominative,
121 ($n > 3 ? 'pra ×' . $n . ' ' : str_repeat('pra-', $n)) . $genitive,
H A DCensusAssistantModule.php34 use function str_repeat; alias
183 $text .= "\n|" . str_repeat(' ----- |', count($census->columns()));
H A DLanguageEnglishUnitedStates.php28 use function str_repeat; alias
143 $prefix . ($n > 3 ? 'great ×' . $n . ' ' : str_repeat('great-', $n)) . $suffix
/webtrees/app/Services/
H A DGedcomEditService.php49 use function str_repeat; alias
311 $return .= str_repeat($gedcom_to_add, $number_to_add);
/webtrees/tests/app/Encodings/
H A DAnselTest.php187 $expected = str_repeat(UTF8::REPLACEMENT_CHARACTER, strlen($chars));