fstat 68 Zend/zend_stream.c if (handle && fstat(fileno((FILE*)handle), &buf) == 0) { fstat 117 Zend/zend_stream.c if (file_handle->handle.fp && fstat(fileno(file_handle->handle.fp), &buf) == 0) { fstat 761 ext/opcache/ZendAccelerator.c if (fstat(file_handle->handle.fd, &statbuf) == -1) { fstat 766 ext/opcache/ZendAccelerator.c if (fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { fstat 162 ext/session/mod_files.c if (fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteuid())) { fstat 372 ext/session/mod_files.c if (fstat(data->fd, &sbuf)) { fstat 1554 ext/soap/php_sdl.c if (fstat(f, &st) != 0) { fstat 1455 ext/sockets/conversions.c if (fstat(fd, &statbuf) == -1) { fstat 2962 ext/spl/spl_directory.c FileFunction(fstat) fstat 3103 ext/spl/spl_directory.c SPL_ME(SplFileObject, fstat, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC) fstat 25824 ext/sqlite3/libsqlite/sqlite3.c { "fstat", (sqlite3_syscall_ptr)fstat, 0 }, fstat 3072 ext/standard/basic_functions.c PHP_NAMED_FE(fstat, php_if_fstat, arginfo_fstat) fstat 218 ext/standard/iptc.c fstat(fileno(fp), &sb); fstat 385 ext/standard/php_fopen_wrapper.c if (fstat(fd, &st) == 0 && (st.st_mode & S_IFMT) == S_IFSOCK) { fstat 205 ext/zip/lib/zip_source_filep.c err = fstat(fileno(z->f), &fst); fstat 147 main/streams/plain_wrapper.c r = fstat(fd, &d->sb); fstat 229 main/streams/xp_socket.c return fstat(sock->socket, &ssb->sb); fstat 687 sapi/litespeed/lsapilib.c if ( fstat( fd, &st ) == -1 )