Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DAbstractEncoding.php26 use function preg_split; alias
55 $chars = preg_split('//u', $text, -1, PREG_SPLIT_NO_EMPTY);
/webtrees/tests/app/Encodings/
H A DAnselTest.php34 use function preg_split; alias
147 $chars = preg_split('//u', $norm, -1, PREG_SPLIT_NO_EMPTY);
/webtrees/app/
H A DPlaceLocation.php27 use function preg_split; alias
52 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $location_name, -1, PREG…
H A DPlace.php30 use function preg_split; alias
59 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $place_name, -1, PREG_SPLI…
H A DGedcomRecord.php47 use function preg_split; alias
1060 $gedcom_facts = preg_split('/\n(?=1)/', $this->gedcom);
1066 $pending_facts = preg_split('/\n(?=1)/', $this->pending);
H A DIndividual.php948 $SURNS = preg_split('/ *, */', $SURN);
/webtrees/app/Http/RequestHandlers/
H A DGedcomLoad.php36 use function preg_split; alias
195 foreach (preg_split('/\n+(?=0)/', $data->chunk_data) as $rec) {
/webtrees/app/Services/
H A DGedcomEditService.php47 use function preg_split; alias
268 $parts = preg_split('/\n(?=' . $next_level . ')/', $gedcom);
/webtrees/resources/views/
H A Dchart-box.phtml159 …$opt_tags = preg_split('/\W/', $individual->tree()->getPreference('CHART_BOX_TAGS'), 0, PREG_SPLIT…
/webtrees/app/Module/
H A DModuleThemeTrait.php81 …$opt_tags = preg_split('/\W/', $individual->tree()->getPreference('CHART_BOX_TAGS'), 0, PREG_SPLIT…
/webtrees/app/Report/
H A DReportParserGenerate.php69 use function preg_split; alias
1039 $tags = preg_split('/[: ]/', $tag);
/webtrees/
H A Dphpstan-baseline.neon13078 message: '#^Parameter \#2 \$subject of function preg_split expects string, mixed given\.$#'