ftell             487 Zend/zend_language_scanner.c 		if ((offset = ftell(file_handle->handle.fp)) == -1) {
ftell             240 Zend/zend_stream.c 				long offset = ftell(file_handle->handle.fp);
ftell             127 ext/gd/libgd/gd_io_file.c 	return ftell (fctx->f);
ftell            2777 ext/spl/spl_directory.c SPL_METHOD(SplFileObject, ftell)
ftell            3095 ext/spl/spl_directory.c 	SPL_ME(SplFileObject, ftell,          arginfo_splfileinfo_void,          ZEND_ACC_PUBLIC)
ftell            3074 ext/standard/basic_functions.c 	PHP_FE(ftell,															arginfo_ftell)
ftell            1257 ext/standard/file.c PHPAPI PHP_FUNCTION(ftell)
ftell              46 ext/standard/file.h PHPAPI PHP_FUNCTION(ftell);
ftell              97 ext/zip/lib/zipint.h #define ftello(s)	((long)ftell((s)))
ftell             859 ext/zlib/zlib.c 	PHP_FALIAS(gztell,		ftell,			arginfo_gzpassthru)
ftell             289 main/streams/plain_wrapper.c 			stream->position = ftell(file);
ftell             501 main/streams/plain_wrapper.c 		*newoffset = ftell(data->file);
ftell            2413 sapi/cgi/cgi_main.c 									long pos = ftell(file_handle.handle.fp);
ftell             646 sapi/cli/php_cli.c 				long pos = ftell(file_handle->handle.fp);