add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_misc / 1374.php
blobdd824338a519923d61d666c5363def9e2c738b6a
1 <?php
3 var_dump(unpack('nfrist/vsecond/c2chars', pack('nvc*', 0x1234, 0x5678, 65, 66)));