📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 17:19:35
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-rar_4.2.0-3.el8
/
tests
✏️
Editing: 106.phpt
--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