| Server IP : 193.239.44.106 / Your IP : 216.73.217.179 Web Server : Apache System : Linux web5 6.18.41-1 #1 SMP PREEMPT_DYNAMIC Fri Jul 31 10:41:42 CEST 2026 x86_64 User : ( 10117) PHP Version : 8.2.32 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/virtualki/259324/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/ |
Upload File : |
<?php
namespace Psr\Log\Test;
/**
* This class is internal and does not follow the BC promise.
*
* Do NOT use this class in any way.
*
* @internal
*/
class DummyTest
{
public function __toString()
{
return 'DummyTest';
}
}