Lines Matching refs:next
53 use function next; alias
537 for ($next = current($queue); $next !== false; $next = next($queue)) {
539 for ($n = count($next['path']) - 2; $n >= 1; $n -= 2) {
540 $exclude = $next['exclude'];
544 $exclude[] = $next['path'][$n];
564 foreach ($queue as $next) {
567 $path = array_map($this->stringMapper(), $next['path']);
570 $paths[implode('-', $next['path'])] = $path;
693 $next = Registry::individualFactory()->make($path[$i + 1], $tree);
699 … if (preg_match('/\n\d (HUSB|WIFE|CHIL) @' . $next->xref() . '@/', $family->gedcom(), $match)) {
705 $relationships[$i] = $spouse_codes[$next->sex()] ?? $spouse_codes['U'];
707 $relationships[$i] = $child_codes[$next->sex()] ?? $child_codes['U'];
709 $relationships[$i] = $parent_codes[$next->sex()] ?? $parent_codes['U'];
711 $relationships[$i] = $sibling_codes[$next->sex()] ?? $sibling_codes['U'];