Home
last modified time | relevance | path

Searched refs:ftell (Results 26 – 50 of 174) sorted by relevance

1234567

/php-src/ext/standard/tests/file/
H A Dfwrite_variation2.phpt49 var_dump( ftell($file_handle) ); // expected : 0
51 var_dump( ftell($file_handle) ); // expected: 400
56 var_dump( ftell($file_handle)); // expected: 1024/2
58 var_dump( ftell($file_handle) );
63 var_dump( ftell($file_handle) ); // expected: 1024
66 var_dump( ftell($file_handle) );
H A D007_variation4.phpt23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dftruncate_bug77081.phpt11 var_dump(ftell($stream));
H A D007_variation12-win32.phpt28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation12.phpt28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation19.phpt23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation3.phpt23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11-win32-mb.phpt28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11-win32.phpt28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11.phpt28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation20.phpt23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dgh9441.phpt12 var_dump(ftell($input));
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
8 /* Testing fseek(),ftell(),rewind() functions
13 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n";
23 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
39 var_dump( ftell($file_handle) ); // confirm the file pointer position
54 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
H A Dfseek_ftell_rewind_variation4-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
13 /* Testing fseek(),ftell(),rewind() functions
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
26 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 var_dump( ftell($file_handle) ); // confirm the file pointer position
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
13 /* Testing fseek(),ftell(),rewind() functions
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
26 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 var_dump( ftell($file_handle) ); // confirm the file pointer position
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation5.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, SEEK_CUR
8 /* Testing fseek(),ftell(),rewind() functions
12 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***\n";
22 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
38 var_dump( ftell($file_handle) ); // confirm the file pointer position
53 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***
H A Dfseek_ftell_rewind_variation6-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
13 /* Testing fseek(),ftell(),rewind() functions
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 var_dump( ftell($file_handle) ); // confirm the file pointer position
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
H A Dfseek_ftell_rewind_variation6.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
13 /* Testing fseek(),ftell(),rewind() functions
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 var_dump( ftell($file_handle) ); // confirm the file pointer position
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
/php-src/ext/exif/tests/
H A Dexif_read_data_streams_seek.phpt16 var_dump(ftell($fp) === 100);
/php-src/ext/zlib/tests/
H A Dbug48725.phpt16 var_dump(ftell($temp));
/php-src/ext/bz2/tests/
H A Dbug75776.phpt16 var_dump(ftell($temp));
/php-src/ext/standard/tests/filters/
H A Dbug81302.phpt11 $pos = ftell($f);
/php-src/ext/standard/tests/streams/
H A Dbug81346.phpt12 var_dump(ftell($s));
H A Dtemp_stream_seek.phpt15 var_dump(ftell($f));
/php-src/ext/phar/tests/
H A D027.phpt46 var_dump(fseek($a, 0, SEEK_END), ftell($a));
47 var_dump(fseek($a, -1), ftell($a));
48 var_dump(fseek($a, 1), ftell($a));

Completed in 34 milliseconds

1234567