📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 17:30:00
📂
/ (Root)
/
opt
/
alt
/
php44
/
usr
/
include
/
php
/
Zend
📍 /opt/alt/php44/usr/include/php/Zend
🔄 Refresh
✏️
Editing: zend_istdiostream.h
Read Only
#ifndef _ZEND_STDIOSTREAM #define _ZEND_STDIOSTREAM #if defined(ZTS) && !defined(HAVE_CLASS_ISTDIOSTREAM) class istdiostream : public istream { private: stdiobuf _file; public: istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } stdiobuf* rdbuf()/* const */ { return &_file; } }; #endif #endif
💾 Save Changes
❌ Cancel