Home
last modified time | relevance | path

Searched refs:position (Results 151 – 175 of 281) sorted by last modified time

12345678910>>...12

/php-src/ext/standard/tests/file/
H A Dfscanf_variation55.phpt69 // current file pointer position
73 // current file pointer position after rewind operation
H A Dfseek_ftell_rewind_basic1.phpt34 var_dump( ftell($file_handle) ); // confirm the file pointer position
39 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt50 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_basic2-win32.phpt50 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_basic2.phpt50 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation1.phpt38 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation2-win32.phpt47 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation2.phpt47 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation3.phpt39 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation4-win32.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation4.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation5.phpt38 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation6-win32.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation6.phpt45 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation7.phpt38 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation8-win32.phpt46 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfseek_ftell_rewind_variation8.phpt46 var_dump( ftell($file_handle) ); // confirm the file pointer position
H A Dfopencookie.phpt21 public $position = 0;
31 $ret = substr($this->data, $this->position, $count);
32 $this->position += strlen($ret);
38 return $this->position;
43 return $this->position >= strlen($this->data);
51 $this->position = $offset;
59 $this->position += $offset;
67 $this->position = strlen($this->data) + $offset;
H A Dfpassthru_basic.phpt22 echo "\n-- After seeking position to 0 --\n";
26 echo "\n-- After seeking position to 3 --\n";
30 echo "\n-- After seeking position to 13 --\n";
34 echo "\n-- After seeking position to 14 --\n";
71 -- After seeking position to 0 --
80 -- After seeking position to 3 --
89 -- After seeking position to 13 --
97 -- After seeking position to 14 --
105 -- After seeking position to 23 --
113 -- After seeking position to 34 --
[all …]
H A Dfputcsv_variation1.phpt54 // check the file pointer position and eof
H A Dfputcsv_variation10.phpt47 // check the file pointer position and eof
H A Dfputcsv_variation11.phpt54 // check the file pointer position and eof
H A Dfputcsv_variation12.phpt55 // check the file pointer position and eof
H A Dfputcsv_variation13.phpt59 // check the file pointer position and eof
H A Dfputcsv_variation5.phpt54 // check the file pointer position and eof

Completed in 81 milliseconds

12345678910>>...12