Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 189) sorted by path

12345678

/PHP-7.4/Zend/
H A Dzend_stream.h84 # define zend_ftell ftell
92 # define zend_ftell ftell
/PHP-7.4/docs/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/PHP-7.4/ext/bz2/tests/
H A Dbug75776.phpt18 var_dump(ftell($temp));
/PHP-7.4/ext/exif/tests/
H A Dexif_read_data_streams_seek.phpt16 var_dump(ftell($fp) === 100);
/PHP-7.4/ext/ftp/tests/
H A Dftp_fget_basic.phpt24 $postition = ftell($fp);
/PHP-7.4/ext/gd/libgd/
H A Dgd_io_file.c127 return ftell (fctx->f); in fileTell()
/PHP-7.4/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 D027.phpt48 var_dump(fseek($a, 0, SEEK_END), ftell($a));
49 var_dump(fseek($a, -1), ftell($a));
50 var_dump(fseek($a, 1), ftell($a));
H A Dfopen_edgecases.phpt37 var_dump(fseek($a, 1), ftell($a));
38 var_dump(fseek($a, 1, SEEK_CUR), ftell($a));
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-7.4/ext/spl/
H A Dspl_directory.c2779 SPL_METHOD(SplFileObject, ftell) in SPL_METHOD() argument
3104 SPL_ME(SplFileObject, ftell, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt52 var_dump( $fo->ftell() );
H A DSplFileObject_fputcsv_variation10.phpt45 var_dump( $fo->ftell() );
H A DSplFileObject_fputcsv_variation11.phpt52 var_dump( $fo->ftell() );
H A DSplFileObject_fputcsv_variation12.phpt53 var_dump( $fo->ftell() );
H A DSplFileObject_fputcsv_variation5.phpt52 var_dump( $fo->ftell() );
H A DSplFileObject_fputcsv_variation6.phpt55 var_dump( $fo->ftell() );
H A DSplFileObject_fputcsv_variation7.phpt55 var_dump( $fo->ftell() );
H A DSplFileObject_fputcsv_variation8.phpt55 var_dump( $fo->ftell() );
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3140 PHP_FE(ftell, arginfo_ftell)
H A Dfile.c1265 PHPAPI PHP_FUNCTION(ftell) in PHP_FUNCTION() argument
H A Dfile.h44 PHPAPI PHP_FUNCTION(ftell);
/PHP-7.4/ext/standard/tests/file/
H A D007_basic.phpt48 var_dump( ftell($handle) );
54 // confirm the closure, using ftell() and feof(), expect, false
55 var_dump( ftell($handle) );
75 var_dump( ftell($handle) );
81 // confirm the closure, using ftell() and feof(), expect, false
82 var_dump( ftell($handle) );
101 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
114 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
127 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
140 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
[all …]
H A D007_variation1.phpt33 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation10.phpt33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…

Completed in 61 milliseconds

12345678