Home
last modified time | relevance | path

Searched refs:array_shift (Results 1 – 13 of 13) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DMapDataExportCSV.php35 use function array_shift; alias
92 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue);
H A DMapDataExportGeoJson.php84 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue);
H A DCheckTree.php185 array_shift($lines);
/webtrees/tests/
H A DTestCase.php43 use function array_shift; alias
294 return $parameter === array_shift($array);
/webtrees/app/Services/
H A DGedcomEditService.php38 use function array_shift; alias
269 $return = array_shift($parts) ?? '';
H A DChartService.php48 $sosa_stradonitz_number = array_shift($queue);
H A DRateLimitService.php120 array_shift($timestamps);
/webtrees/app/
H A DGedcomRecord.php35 use function array_shift; alias
1061 array_shift($gedcom_facts);
1067 array_shift($pending_facts);
H A DStatistics.php2818 $v = array_shift($bits);
2851 $method = array_shift($params);
/webtrees/resources/views/
H A Dfact-gedcom-fields.phtml78 <?php array_shift($keys) ?>
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php53 use function array_shift; alias
547 return implode(', ', array_keys(array_shift($top_surname) ?? []));
/webtrees/app/Report/
H A DReportParserGenerate.php51 use function array_shift; alias
2706 $id = array_shift($genlist);
/webtrees/
H A Dphpstan-baseline.neon1282 …message: '#^Parameter \#1 \$array of function array_shift expects array, list\<string\>\|false giv…
8098 …message: '#^Parameter \#1 \$array of function array_shift expects array, list\<string\>\|false giv…
12916 message: '#^Parameter \#1 \$array of function array_shift expects array, mixed given\.$#'