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: Display Handler
--INI--
date.timezone=UTC
--FILE--
log("Info", PEAR_LOG_INFO);
$logger->log("Error", PEAR_LOG_ERR);
$logger->log("Debug", PEAR_LOG_DEBUG);
$logger->log("Multi\nLine\nEntry", PEAR_LOG_INFO);
echo "\n";
}
test('Default', []);
test('Line Break', ['linebreak' => "\n"]);
test('Format', ['lineFormat' => '']);
test('Prepend / Append', ['error_prepend' => '', 'error_append' => '']);
--EXPECT--
Testing Default Configuration
------------------------------------------------------
info: Info
error: Error
debug: Debug
info: Multi
Line
Entry
Testing Line Break Configuration
------------------------------------------------------
info: Info
error: Error
debug: Debug
info: Multi
Line
Entry
Testing Format Configuration
------------------------------------------------------
Testing Prepend / Append Configuration
------------------------------------------------------
info: Info
error: Error
debug: Debug
info: Multi
Line
Entry