📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 17:34:03
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-igbinary_3.2.15-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-igbinary_3.2.15-1.el8/tests
🔄 Refresh
✏️
Editing: igbinary_076.phpt
Read Only
--TEST-- igbinary and edge cases unserializing array keys --FILE-- <?php set_error_handler(function ($errno, $errstr) { echo "$errstr\n"; }); var_dump(bin2hex($s = igbinary_serialize(['key' => true]))); // 3-byte string truncated in the middle of the array key var_dump(igbinary_unserialize("\x00\x00\x00\x02\x14\x01\x11\x03\x6b\x65")); // null instead of a string - skip over the entry var_dump(igbinary_unserialize("\x00\x00\x00\x02\x14\x01\x00")); ?> --EXPECTF-- string(24) "00000002140111036b657905" igbinary_unserialize_chararray: end-of-data NULL array(0) { }
💾 Save Changes
❌ Cancel