📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 17:35:39
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-rar_4.2.0-3.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-rar_4.2.0-3.el8/tests
🔄 Refresh
✏️
Editing: 106.phpt
Read Only
--TEST-- Stat times don't depend on timezone (cf. 056.phpt) --SKIPIF-- <?php if(!extension_loaded("rar")) die("skip"); --ENV-- TZ=UTC --FILE-- <?php umask(0); $stream = fopen("rar://" . dirname(__FILE__) . '/latest_winrar.rar' . "#1.txt", "r"); $fs = fstat($stream); echo $fs['mtime'], "\n"; echo "Done.\n"; --EXPECTF-- 1086948439 Done.
💾 Save Changes
❌ Cancel