📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 09:52:20
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-msgpack_2.2.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-msgpack_2.2.0-1.el8/tests
🔄 Refresh
✏️
Editing: bug011.phpt
Read Only
--TEST-- Bug #011 (Check for segfault with empty array structures) --FILE-- <?php $items = array( ); foreach( range( 0, 1024 ) as $r ) { $items[] = array( 'foo' => array( ) ); } var_dump( count( msgpack_unpack( msgpack_pack( $items ) ) ) ); ?> --EXPECT-- int(1025)
💾 Save Changes
❌ Cancel