Lines Matching refs:position
88 public $position;
101 $this->position = strlen($GLOBALS[$this->varname]);
103 $this->position = 0;
110 $ret = substr($GLOBALS[$this->varname], $this->position, $count);
111 $this->position += strlen($ret);
117 return $this->position;
122 return $this->position >= strlen($GLOBALS[$this->varname]);
130 $this->position = $offset;
138 $this->position += $offset;
146 $this->position = strlen($GLOBALS[$this->varname]) + $offset;
211 $position = 0;
217 $position = $offset;
221 $position = $DATALEN + $offset;
225 $offset -= $position;
226 $position += $offset;
230 $seeks[] = array($whence, $offset, $position);
245 list($whence, $offset, $position) = $seekdata;
260 $j, $whence_names[$whence], $offset, $line_length, $position);
264 if ($rr != $ur || $rline != $uline || $rpa != $position || $upa != $position) {
311 /* One final test to see if the position is respected when opened for append */