Home
last modified time | relevance | path

Searched refs:array_chunk (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Module/
H A DPlaceHierarchyListModule.php43 use function array_chunk; alias
328 return array_chunk($places, (int) ceil($count / $columns));
347 'columns' => array_chunk($child_places, (int) ceil($numfound / $divisor)),
/webtrees/app/Services/
H A DGedcomImportService.php44 use function array_chunk; alias
560 foreach (array_chunk($rows, 20000) as $chunk) {
/webtrees/
H A Dphpstan-baseline.neon5050 message: '#^Parameter \#2 \$length of function array_chunk expects int\<1, max\>, int given\.$#'