Home
last modified time | relevance | path

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

/webtrees/app/Elements/
H A DDateValue.php28 use function preg_replace_callback; alias
93 …return preg_replace_callback('/\(.*@.*\)/', static fn (array $matches): string => strtr($matches[0…
/webtrees/app/Services/
H A DDataFixService.php38 use function preg_replace_callback; alias
111 …$html = preg_replace_callback('/@(' . Gedcom::REGEX_XREF . ')@/', static function (array $match) u…
/webtrees/app/Http/RequestHandlers/
H A DPendingChangesLogData.php40 use function preg_replace_callback; alias
114 preg_replace_callback(
/webtrees/app/
H A DGedcomRecord.php46 use function preg_replace_callback; alias
1003 …'sort' => preg_replace_callback('/(\d+)/', static fn (array $matches): string => str_pad($matche…
H A DIndividual.php1021 …$full = preg_replace_callback('/&quot;([^&]*)&quot;/', static fn (array $matches): string => '<q c…
/webtrees/app/Report/
H A DReportParserGenerate.php68 use function preg_replace_callback; alias
2831 return preg_replace_callback(