📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:04:19
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-igbinary_3.2.16-3.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-igbinary_3.2.16-3.el8/tests
🔄 Refresh
✏️
Editing: igbinary_089_32bit.phpt
Read Only
--TEST-- Test unserializing invalid 64-bit string header on 32-bit platform --INI-- display_errors=stderr error_reporting=E_ALL --CONFLICTS-- high_memory --SKIPIF-- <?php if (!extension_loaded("igbinary")) print "skip\n"; if (PHP_INT_SIZE > 4) { print "skip requires 32-bit\n"; } ?> --FILE-- <?php $ser_invalid = hex2bin('0000000213fa56ea002a'); var_dump(igbinary_unserialize($ser_invalid)); ?> --EXPECTF-- Warning: igbinary_unserialize_chararray: %s in %sigbinary_089_32bit.php on line 3 NULL
💾 Save Changes
❌ Cancel