Home
last modified time | relevance | path

Searched refs:zend_ftell (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_stream.h86 # define zend_ftell _ftelli64 macro
93 # define zend_ftell ftell
/PHP-7.2/main/streams/
H A Dplain_wrapper.c310 stream->position = zend_ftell(file); in _php_stream_fopen_from_file()
537 *newoffset = zend_ftell(data->file); in php_stdiop_seek()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c640 zend_long pos = zend_ftell(file_handle->handle.fp); in cli_seek_file_begin()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c2625 zend_long pos = zend_ftell(file_handle.handle.fp);

Completed in 35 milliseconds