Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
--TEST--
Log: Masks
--INI--
date.timezone=UTC
--FILE--
'%2$s [%3$s] %4$s'];
$logger = Log::singleton('console', '', 'ident', $conf);
$logger->setMask(Log::MAX(PEAR_LOG_INFO));
$logger->info('Info 1');
$logger->setMask(Log::MAX(PEAR_LOG_ERR));
$logger->info('Info 2');
--EXPECT--
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