Home
last modified time | relevance | path

Searched refs:ftell (Results 51 – 75 of 174) sorted by relevance

1234567

/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation7.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END
8 /* Testing fseek(),ftell(),rewind() functions
13 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
23 /* 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
54 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
13 /* Testing fseek(),ftell(),rewind() functions
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
46 var_dump( ftell($file_handle) ); // confirm the file pointer position
61 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
13 /* Testing fseek(),ftell(),rewind() functions
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
46 var_dump( ftell($file_handle) ); // confirm the file pointer position
61 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_basic1.phpt2 Test fseek(), ftell() & rewind() functions : Basic functionality - all r and a modes
8 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
9 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
18 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
34 var_dump( ftell($file_handle) ); // confirm the file pointer position
39 var_dump( ftell($file_handle) ); // confirm the file pointer position
54 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
13 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
15 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
29 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 var_dump( ftell($file_handle) );
50 var_dump( ftell($file_handle) ); // confirm the file pointer position
64 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
13 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
15 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
29 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 var_dump( ftell($file_handle) );
50 var_dump( ftell($file_handle) ); // confirm the file pointer position
64 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_basic2.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
13 /* Testing fseek(),ftell(),rewind() functions on all write and create with write modes */
15 echo "*** Testing fseek(), ftell(), rewind() : basic operations ***\n";
29 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
45 var_dump( ftell($file_handle) );
50 var_dump( ftell($file_handle) ); // confirm the file pointer position
64 *** Testing fseek(), ftell(), rewind() : basic operations ***
H A Dfseek_ftell_rewind_variation1.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence
8 /* Testing fseek(),ftell(),rewind() functions
12 echo "*** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***\n";
21 /* 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() : default whence & all r and a modes ***
H A Dfseek_ftell_rewind_variation2-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
13 /* Testing fseek(),ftell(),rewind() functions
18 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
47 var_dump( ftell($file_handle) ); // confirm the file pointer position
62 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Dfseek_ftell_rewind_variation2.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
13 /* Testing fseek(),ftell(),rewind() functions
18 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
27 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */
47 var_dump( ftell($file_handle) ); // confirm the file pointer position
62 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Dfseek_ftell_rewind_error1.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - fseek()
H A Dfseek_ftell_rewind_error3.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - rewind()
H A Dfgetc_variation1.phpt31 var_dump( ftell($file_handle) ); // ensure that file pointer is at eof
34 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgetcsv_variation14.phpt48 $fp_pos = ftell($file_handle);
51 var_dump( ftell($file_handle) );
56 var_dump( ftell($file_handle) );
H A Dfwrite_variation3-win32.phpt48 var_dump( ftell($file_handle) ); // expected: 1024
50 var_dump( ftell($file_handle) ); // expected: 1024 + 400
55 var_dump( ftell($file_handle)); // expected: (1024 + 400)/2
57 var_dump( ftell($file_handle) );
H A Dfwrite_variation3.phpt49 var_dump( ftell($file_handle) ); // expected: 1024
51 var_dump( ftell($file_handle) ); // expected: 1024 + 400
56 var_dump( ftell($file_handle)); // expected: (1024 + 400)/2
58 var_dump( ftell($file_handle) );
H A Dfwrite_basic-win32-mb.phpt42 var_dump( ftell($file_handle) ); // Expecting 0
45 var_dump( ftell($file_handle) ); //expected: 100
50 var_dump( ftell($file_handle) ); // expected: 1124
54 var_dump( ftell($file_handle) ); // expected: 2148
H A Dfwrite_basic-win32.phpt42 var_dump( ftell($file_handle) ); // Expecting 0
45 var_dump( ftell($file_handle) ); //expected: 100
50 var_dump( ftell($file_handle) ); // expected: 1124
54 var_dump( ftell($file_handle) ); // expected: 2148
H A Dfwrite_basic.phpt42 var_dump( ftell($file_handle) ); // Expecting 0
45 var_dump( ftell($file_handle) ); //expected: 100
50 var_dump( ftell($file_handle) ); // expected: 1124
54 var_dump( ftell($file_handle) ); // expected: 2148
H A Dfwrite_variation1-win32-mb.phpt48 var_dump( ftell($file_handle) ); // expected: 0
50 var_dump( ftell($file_handle) ); // expected: 0
55 var_dump( ftell($file_handle) ); // expecting 1024
57 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfwrite_variation1.phpt41 var_dump( ftell($file_handle) ); // expected: 0
43 var_dump( ftell($file_handle) ); // expected: 0
48 var_dump( ftell($file_handle) ); // expecting 1024
50 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
/php-src/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt13 var_dump(ftell($fp));
/php-src/ext/standard/tests/image/
H A Dbug75708.phpt31 return ftell($this->handle);
/php-src/ext/ftp/tests/
H A Dftp_fget_basic.phpt23 $position = ftell($fp);
/php-src/ext/gd/libgd/
H A Dgd_io_file.c127 return ftell (fctx->f); in fileTell()

Completed in 36 milliseconds

1234567