Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-8.3
/
share
/
test
/
Log
/
tests
/
//proc/thread-self/root/opt/php-8.3/share/test/Log/tests/format.phpt
--TEST-- Log: Line Format --INI-- date.timezone=UTC --FILE-- <?php require_once 'Log.php'; $conf = ['lineFormat' => '%{timestamp} %{ident} %{priority} %{message} %{file} %{line} %{function} %{class}']; $logger = Log::singleton('console', '', 'ident', $conf); $logger->log('Message'); --EXPECTREGEX-- ^\w{3} \d+ \d{2}:\d{2}:\d{2} ident info Message .*format\.php \d+ [\(\)\w]+$