Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 174) sorted by last modified time

1234567

/php-src/ext/standard/
H A Dbasic_functions.stub.php2828 function ftell($stream): int|false {}
H A Dbasic_functions_arginfo.h2655 ZEND_FUNCTION(ftell);
3291 ZEND_FE(ftell, arginfo_ftell)
H A Dfile.c1080 PHPAPI PHP_FUNCTION(ftell) in PHP_FUNCTION() argument
/php-src/ext/spl/
H A Dspl_directory.c2503 PHP_METHOD(SplFileObject, ftell) in PHP_METHOD() argument
H A Dspl_directory_arginfo.h345 ZEND_METHOD(SplFileObject, ftell);
457 ZEND_ME(SplFileObject, ftell, arginfo_class_SplFileObject_ftell, ZEND_ACC_PUBLIC)
/php-src/ext/zlib/
H A Dzlib_arginfo.h155 ZEND_FUNCTION(ftell);
/php-src/docs-old/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/php-src/ext/standard/tests/image/
H A Dbug75708.phpt31 return ftell($this->handle);
/php-src/ext/standard/tests/file/
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 D007_variation21.phpt25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt25 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_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_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 D007_variation5.phpt25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt25 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_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 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_variation9.phpt22 var_dump( ftell($file_handle) ); //Initial position of file pointer
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_variation13-win32.phpt30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…

Completed in 74 milliseconds

1234567