コード例 #1
0
 function PHPErrorLevel()
 {
     parent::AbstractTest("PHP error level", PHPErrorLevel::error2string(error_reporting()));
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct("PHP error level", PHPErrorLevel::error2string(error_reporting()));
 }