Searched refs:array_shift (Results 1 – 13 of 13) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | MapDataExportCSV.php | 35 use function array_shift; alias 92 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue);
|
H A D | MapDataExportGeoJson.php | 84 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue);
|
H A D | CheckTree.php | 185 array_shift($lines);
|
/webtrees/tests/ |
H A D | TestCase.php | 43 use function array_shift; alias 294 return $parameter === array_shift($array);
|
/webtrees/app/Services/ |
H A D | GedcomEditService.php | 38 use function array_shift; alias 269 $return = array_shift($parts) ?? '';
|
H A D | ChartService.php | 48 $sosa_stradonitz_number = array_shift($queue);
|
H A D | RateLimitService.php | 120 array_shift($timestamps);
|
/webtrees/app/ |
H A D | GedcomRecord.php | 35 use function array_shift; alias 1061 array_shift($gedcom_facts); 1067 array_shift($pending_facts);
|
H A D | Statistics.php | 2818 $v = array_shift($bits); 2851 $method = array_shift($params);
|
/webtrees/resources/views/ |
H A D | fact-gedcom-fields.phtml | 78 <?php array_shift($keys) ?>
|
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 53 use function array_shift; alias 547 return implode(', ', array_keys(array_shift($top_surname) ?? []));
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 51 use function array_shift; alias 2706 $id = array_shift($genlist);
|
/webtrees/ |
H A D | phpstan-baseline.neon | 1282 …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\.$#'
|