📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 10:53:32
📂
/
/
opt
/
alt
/
tests
/
alt-php80-pecl-http_4.2.6-4.el8
/
tests
✏️
Editing: messagebody006.phpt
--TEST-- message body etag --SKIPIF-- <?php include "skipif.inc"; ?> --INI-- http.etag.mode = crc32b --FILE-- <?php echo "Test\n"; $file = new http\Message\Body(fopen(__FILE__, "r")); $temp = new http\Message\Body; $s = stat(__FILE__); var_dump( sprintf( "%lx-%lx-%lx", $s["ino"],$s["mtime"],$s["size"] ) === $file->etag() ); var_dump($temp->etag()); ?> DONE --EXPECT-- Test bool(true) string(8) "00000000" DONE
💾 Save Changes
❌ Cancel