fileno 232 TSRM/tsrm_nw.c fd = fileno(stream);
fileno 68 Zend/zend_stream.c if (handle && fstat(fileno((FILE*)handle), &buf) == 0) {
fileno 117 Zend/zend_stream.c if (file_handle->handle.fp && fstat(fileno(file_handle->handle.fp), &buf) == 0) {
fileno 202 Zend/zend_stream.c file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)) ? 1 : 0;
fileno 238 Zend/zend_stream.c *buf = mmap(0, size + ZEND_MMAP_AHEAD, PROT_READ, MAP_PRIVATE, fileno(file_handle->handle.fp), 0);
fileno 766 ext/opcache/ZendAccelerator.c if (fstat(fileno(file_handle->handle.fp), &statbuf) == -1) {
fileno 17804 ext/sqlite3/libsqlite/sqlite3.c backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out));
fileno 204 ext/standard/iptc.c fstat(fileno(fp), &sb);
fileno 205 ext/zip/lib/zip_source_filep.c err = fstat(fileno(z->f), &fst);
fileno 138 main/streams/plain_wrapper.c #define PHP_STDIOP_GET_FD(anfd, data) anfd = (data)->file ? fileno((data)->file) : (data)->fd
fileno 182 main/streams/plain_wrapper.c self->fd = fileno(file);
fileno 307 main/streams/plain_wrapper.c self->fd = fileno(file);
fileno 894 sapi/phpdbg/phpdbg.c dup2((*socket)[0], fileno(stdin));
fileno 895 sapi/phpdbg/phpdbg.c dup2((*socket)[1], fileno(stdout));
fileno 450 sapi/phpdbg/phpdbg_utils.c columns = ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_col : 80;