Home
last modified time | relevance | path

Searched refs:position (Results 251 – 275 of 318) sorted by path

1...<<111213

/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_basic-win32.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
48 eof position, and data. */
H A Dfwrite_basic.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
48 eof position, and data. */
H A Dfwrite_variation1-win32-mb.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation1.phpt47 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation2-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation2.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation3-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
56 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
57 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation4-win32.phpt52 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation4.phpt52 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dinclude_streams.phpt17 public $position;
43 $this->position = strlen($GLOBALS[$this->varname]);
45 $this->position = 0;
52 $ret = substr($GLOBALS[$this->varname], $this->position, $count);
53 $this->position += strlen($ret);
59 return $this->position;
64 return $this->position >= strlen($GLOBALS[$this->varname]);
72 $this->position = $offset;
80 $this->position += $offset;
88 $this->position = strlen($GLOBALS[$this->varname]) + $offset;
H A Duserstreams.phpt88 public $position;
103 $this->position = 0;
111 $this->position += strlen($ret);
117 return $this->position;
130 $this->position = $offset;
138 $this->position += $offset;
208 $position = 0;
214 $position = $offset;
222 $offset -= $position;
223 $position += $offset;
[all …]
/PHP-7.4/ext/standard/tests/filters/
H A Dbug81302.phpt2 Bug #81302 (Stream position after stream filter removed)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
H A Dbug81346.phpt2 Bug #81346 (Non-seekable streams don't update position after write)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug40754.phpt38 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
H A Dget_meta_tags.phpt12 <meta name="geo.position" content="49.33;-86.59">
22 <meta name="geo.position" content="49.33;-86.59">
28 <meta name="geo.position" content="49.33;-86.591">
H A Dstripos_basic1.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_basic2.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_error.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation1.phpt6 * Description: Find position of first occurrence of a case-insensitive string
74 /* loop through to get the position of the needle in haystack string */
H A Dstripos_variation10.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation11.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation12.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation13.phpt6 * Description: Find position of first occurrence of a case-insensitive string

Completed in 32 milliseconds

1...<<111213