Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DMapDataExportGeoJson.php31 use function array_reverse; alias
80 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude()
97 'name' => implode(Gedcom::PLACE_SEPARATOR, array_reverse($hierarchy)),
H A DMapDataList.php33 use function array_reverse; alias
121 'breadcrumbs' => array_reverse($breadcrumbs),
H A DMapDataExportCSV.php34 use function array_reverse; alias
88 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude()
H A DMapDataImportAction.php38 use function array_reverse; alias
146 … $name = implode(Gedcom::PLACE_SEPARATOR, array_reverse(array_slice($row, 1, 1 + $level)));
H A DMapDataAdd.php103 'breadcrumbs' => array_reverse($breadcrumbs, true),
H A DMapDataEdit.php110 'breadcrumbs' => array_reverse($breadcrumbs, true),
/webtrees/resources/views/lists/
H A Dfamilies-table.phtml176 …al::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $…
201 …al::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $…
H A Dindividuals-table.phtml196 …al::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $…
/webtrees/app/Module/
H A DPlaceHierarchyListModule.php45 use function array_reverse; alias
370 $breadcrumbs = array_reverse($breadcrumbs);
/webtrees/tests/feature/
H A DRelationshipNamesTest.php35 use function array_reverse; alias
401 self::assertRelationship($rev, array_reverse($nodes), $language);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php52 use function array_reverse; alias
578 $surnames = array_reverse($surnames, true);
/webtrees/
H A Dphpstan-baseline.neon2062 message: '#^Parameter \#1 \$array of function array_reverse expects array, mixed given\.$#'