Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jan 10, 2024
1 parent 5c6bd26 commit 9543bb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/masks.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ $logger->setMask(Log::MAX(PEAR_LOG_ERR));
$logger->info('Info 2');

--EXPECT--
Level 0: 0x00000001, 0xffffffff, 0x00000001
Level 1: 0x00000002, 0xfffffffe, 0x00000003
Level 2: 0x00000004, 0xfffffffc, 0x00000007
Level 3: 0x00000008, 0xfffffff8, 0x0000000f
Level 4: 0x00000010, 0xfffffff0, 0x0000001f
Level 5: 0x00000020, 0xffffffe0, 0x0000003f
Level 6: 0x00000040, 0xffffffc0, 0x0000007f
Level 7: 0x00000080, 0xffffff80, 0x000000ff
Level 0: 0x00000001, 0x7fffffff, 0x00000001
Level 1: 0x00000002, 0x7ffffffe, 0x00000003
Level 2: 0x00000004, 0x7ffffffc, 0x00000007
Level 3: 0x00000008, 0x7ffffff8, 0x0000000f
Level 4: 0x00000010, 0x7ffffff0, 0x0000001f
Level 5: 0x00000020, 0x7fffffe0, 0x0000003f
Level 6: 0x00000040, 0x7fffffc0, 0x0000007f
Level 7: 0x00000080, 0x7fffff80, 0x000000ff

ident [info] Info 1

0 comments on commit 9543bb2

Please sign in to comment.