ftell             505 Zend/zend_language_scanner.c 		if ((offset = ftell(file_handle->handle.fp)) == -1) {
ftell             239 Zend/zend_stream.c 				zend_long offset = ftell(file_handle->handle.fp);
ftell              93 Zend/zend_stream.h # define zend_ftell ftell
ftell             127 ext/gd/libgd/gd_io_file.c 	return ftell (fctx->f);
ftell            2742 ext/spl/spl_directory.c SPL_METHOD(SplFileObject, ftell)
ftell            3061 ext/spl/spl_directory.c 	SPL_ME(SplFileObject, ftell,          arginfo_splfileinfo_void,          ZEND_ACC_PUBLIC)
ftell            3082 ext/standard/basic_functions.c 	PHP_FE(ftell,															arginfo_ftell)
ftell            1271 ext/standard/file.c PHPAPI PHP_FUNCTION(ftell)
ftell              48 ext/standard/file.h PHPAPI PHP_FUNCTION(ftell);
ftell             121 ext/zip/lib/zipint.h #define ftello(s)	((long)ftell((s)))
ftell            1331 ext/zlib/zlib.c 	PHP_FALIAS(gztell,		ftell,			arginfo_gzpassthru)