uawdijnntqw1x1x1
IP : 3.142.52.141
Hostname : server86.web-hosting.com
Kernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
.
/
..
/
home4
/
..
/
opt
/
alt
/
libwebp
/
..
/
tests
/
alt-php80-pecl-rar_4.2.0-1.el8
/
tests
/
098.phpt
/
/
--TEST-- PECL bug #18449 (Extraction of uncompressed and encrypted files fails; stream variant) --SKIPIF-- <?php if(!extension_loaded("rar")) print "skip"; ?> --CLEAN-- <?php @unlink(dirname(__FILE__) . '/base.css'); @unlink(dirname(__FILE__) . '/reset.css'); --FILE-- <?php $rar = rar_open(dirname(__FILE__) . '/secret-none.rar', 'secret'); foreach ($rar as $rar_file) { var_dump(strlen(stream_get_contents($rar_file->getStream()))); } echo "\nDone.\n"; --EXPECTF-- Warning: stream_get_contents(): The file size is supposed to be 2279 bytes, but we read more: 2288 bytes (corruption/wrong pwd) in %s on line %d int(2288) Warning: stream_get_contents(): The file size is supposed to be 1316 bytes, but we read more: 1328 bytes (corruption/wrong pwd) in %s on line %d int(1328) Done.
/home/./../home4/../opt/alt/libwebp/../tests/alt-php80-pecl-rar_4.2.0-1.el8/tests/098.phpt