Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 171) sorted by relevance

1234567

/PHP-8.0/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error2.phpt2 Test fseek(), ftell() & rewind() functions : error conditions - ftell()
6 echo "*** Testing ftell() : error conditions ***\n";
8 // ftell on a file handle which is already closed
9 echo "-- Testing ftell with closed/unset file handle --\n";
13 var_dump(ftell($fp));
21 *** Testing ftell() : error conditions ***
22 -- Testing ftell with closed/unset file handle --
23 ftell(): supplied resource is not a valid stream resource
H A Dstream_rfc2397_007.phpt18 var_dump(ftell($fp));
22 var_dump(ftell($fp));
26 var_dump(ftell($fp));
31 var_dump(ftell($fp));
35 var_dump(ftell($fp));
39 var_dump(ftell($fp));
43 var_dump(ftell($fp));
47 var_dump(ftell($fp));
51 var_dump(ftell($fp));
55 var_dump(ftell($fp));
[all …]
H A D007_basic.phpt36 var_dump( ftell($handle) );
42 // confirm the closure, using ftell() and feof()
44 var_dump( ftell($handle) );
71 var_dump( ftell($handle) );
77 // confirm the closure, using ftell() and feof()
79 var_dump( ftell($handle) );
105 ftell(): supplied resource is not a valid stream resource
114 ftell(): supplied resource is not a valid stream resource
123 ftell(): supplied resource is not a valid stream resource
132 ftell(): supplied resource is not a valid stream resource
[all …]
H A Dfgetcsv_variation23.phpt20 var_dump( ftell($fp) );
22 var_dump( ftell($fp) );
24 var_dump( ftell($fp) );
26 var_dump( ftell($fp) );
H A Duserstreams.phpt70 $n = ftell($tf);
72 if (ftell($tf) != 0)
247 $rpb = ftell($tf);
249 $rpa = ftell($tf);
253 $upb = ftell($fp);
255 $upa = ftell($fp);
261 …printf("REAL: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $rpb, $rpa, ftell($tf), $rr, strlen($rline),…
262 …printf("USER: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $upb, $upa, ftell($fp), $ur, strlen($uline),…
291 if (ftell($fp) != ftell($tf)) {
301 …echo "FGETS: FAIL\niter=$n user=$uline [pos=" . ftell($fp) . "]\nreal=$rline [pos=" . ftell($tf) .…
[all …]
H A D007_variation10.phpt22 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
24 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
26 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation18.phpt22 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
24 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
26 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A D007_variation2.phpt22 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
24 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
26 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
H A Dbug27508.phpt28 return ftell($this->fp);
65 echo ftell($fp) . "\n";
H A D007_variation8.phpt20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation23.phpt20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation24.phpt20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation7.phpt20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation15.phpt29 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
31 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
34 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation16.phpt20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfwrite_variation2-win32.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 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 Dftruncate_bug77081.phpt11 var_dump(ftell($stream));
/PHP-8.0/ext/phar/tests/
H A D022.phpt23 var_dump(ftell($fp));
25 var_dump(ftell($fp));
27 var_dump(ftell($fp));
29 var_dump(ftell($fp));
31 var_dump(ftell($fp));
33 var_dump(ftell($fp));
35 var_dump(ftell($fp));
37 var_dump(ftell($fp));
39 var_dump(ftell($fp));
41 var_dump(ftell($fp));
[all …]
H A Dphar_oo_007.phpt32 var_dump($f->ftell());
37 var_dump($f->ftell());
40 var_dump($f->ftell());
42 var_dump($f->ftell());
50 var_dump($f->ftell());
/PHP-8.0/sapi/cli/tests/
H A Dstd_streams.phpt2 Testing ftell() on std streams
15 var_dump(ftell(STDIN));
16 var_dump(ftell(STDERR));
17 var_dump(ftell(fopen("php://stdin", "r")));
18 var_dump(ftell(fopen("php://stderr", "w")));
21 var_dump(ftell(STDOUT));
22 var_dump(ftell(fopen("php://stdout", "w")));
/PHP-8.0/ext/standard/tests/streams/
H A Dbug68948.phpt13 var_dump(ftell($stream));
19 var_dump(ftell($stream));
H A Dtemp_stream_seek.phpt15 var_dump(ftell($f));
/PHP-8.0/Zend/
H A Dzend_stream.h84 # define zend_ftell ftell
92 # define zend_ftell ftell
/PHP-8.0/ext/exif/tests/
H A Dexif_read_data_streams_seek.phpt16 var_dump(ftell($fp) === 100);

Completed in 72 milliseconds

1234567