Lines Matching refs:i
1113 $i = 0;
1114 while ($i < $count) {
1115 $t = $tags[$i];
1117 if ($i < ($count - 1)) {
1129 $i++;
1133 $i = 0;
1134 while ($i < $count) {
1135 $i++;
1137 $subrecord = self::getSubRecord($level, "$level $t", $subrec, $i);
1376 $i = $line + $lineoffset;
1378 while ($line_nr < $i) {
1389 $i = 0;
1390 while ($i < $count) {
1391 $this->gedrec = $this->repeats[$i];
1436 $i++;
1483 $i = 0;
1484 while ($i < $count) {
1485 $t = $this->vars[$match[$i][1]]['id'];
1486 $value = preg_replace('/\$' . $match[$i][1] . '/', $t, $value, 1);
1487 $i++;
1541 $i = 0;
1542 while ($i < $count) {
1543 $id = $match[$i][1];
1569 $i++;