Home
last modified time | relevance | path

Searched refs:pointer (Results 26 – 50 of 369) sorted by last modified time

12345678910>>...15

/PHP-5.5/ext/standard/tests/file/
H A Dftruncate_variation5.phpt51 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation6-win32.phpt53 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation6.phpt53 rewind($file_handle); // file pointer to 0
H A Dftruncate_variation7-win32.phpt52 rewind($file_handle); // file pointer to 0
78 -- Testing ftruncate(): File pointer at the end --
86 -- Testing ftruncate(): File pointer at the end --
94 -- Testing ftruncate(): File pointer at the end --
102 -- Testing ftruncate(): File pointer at the end --
110 -- Testing ftruncate(): File pointer at the end --
118 -- Testing ftruncate(): File pointer at the end --
126 -- Testing ftruncate(): File pointer at the end --
134 -- Testing ftruncate(): File pointer at the end --
142 -- Testing ftruncate(): File pointer at the end --
[all …]
H A Dfwrite_basic-win32.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
H A Dfwrite_basic.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
H A Dfwrite_variation1-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
62 // move the file pointer to end of the file and try fwrite()
66 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfwrite_variation1.phpt53 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
61 // move the file pointer to end of the file and try fwrite()
65 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
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 Dftruncate_variation7.phpt52 rewind($file_handle); // file pointer to 0
78 -- Testing ftruncate(): File pointer at the end --
86 -- Testing ftruncate(): File pointer at the end --
94 -- Testing ftruncate(): File pointer at the end --
102 -- Testing ftruncate(): File pointer at the end --
110 -- Testing ftruncate(): File pointer at the end --
118 -- Testing ftruncate(): File pointer at the end --
126 -- Testing ftruncate(): File pointer at the end --
134 -- Testing ftruncate(): File pointer at the end --
142 -- Testing ftruncate(): File pointer at the end --
[all …]
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 Dfscanf_variation55.phpt2 Test fscanf() function: usage variations - tracking file pointer while reading
19 tracking the file pointer movement along with reading
24 echo "*** Test fscanf(): tracking file pointer along with reading data from file ***\n";
74 // current file pointer position
76 // rewind the file so that for every foreach iteration the file pointer starts from bof
78 // current file pointer position after rewind operation
98 *** Test fscanf(): tracking file pointer along with reading data from file ***
H A Dfscanf_variation6.phpt66 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation7.phpt52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation8.phpt84 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfseek_ftell_rewind_basic2-win32.phpt12 Description: Seeks on a file pointer
15 Description: Rewind the position of a file pointer
18 Description: Tells file pointer read/write position
54 // set file pointer to 0
61 var_dump( ftell($file_handle) ); // confirm the file pointer position
62 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
53 // set file pointer to 0
60 var_dump( ftell($file_handle) ); // confirm the file pointer position
61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_error1.phpt7 Description: Seeks on a file pointer
10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_error2.phpt7 Description: Seeks on a file pointer
10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_error3.phpt7 Description: Seeks on a file pointer
10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation2-win32.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
57 var_dump( ftell($file_handle) ); // confirm the file pointer position
58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end

Completed in 83 milliseconds

12345678910>>...15