We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc49f0 commit 2b0cda8Copy full SHA for 2b0cda8
tests/EnumTest.php
@@ -262,7 +262,8 @@ public function testSerialize()
262
public function testUnserialize()
263
{
264
/* @var $value EnumFixture */
265
- $value = unserialize(hex2bin(
+ $value = unserialize(pack(
266
+ 'H*',
267
'4f3a33303a224d79434c6162735c54657374735c456e756d5c456e756d46697874757265223a313a7b733a383a22002a0076616c7565223b733a333a22666f6f223b7d'
268
));
269
0 commit comments