Lines Matching refs:position
89 public $position;
102 $this->position = strlen($GLOBALS[$this->varname]);
104 $this->position = 0;
111 $ret = substr($GLOBALS[$this->varname], $this->position, $count);
112 $this->position += strlen($ret);
118 return $this->position;
123 return $this->position >= strlen($GLOBALS[$this->varname]);
131 $this->position = $offset;
139 $this->position += $offset;
147 $this->position = strlen($GLOBALS[$this->varname]) + $offset;
209 $position = 0;
215 $position = $offset;
219 $position = $DATALEN + $offset;
223 $offset -= $position;
224 $position += $offset;
228 $seeks[] = array($whence, $offset, $position);
243 list($whence, $offset, $position) = $seekdata;
258 $j, $whence_names[$whence], $offset, $line_length, $position);
262 if ($rr != $ur || $rline != $uline || $rpa != $position || $upa != $position) {
309 /* One final test to see if the position is respected when opened for append */