Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.146.206.87
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'seld\\jsonlint\\duplicatekeyexception' => '/DuplicateKeyException.php',
'seld\\jsonlint\\jsonparser' => '/JsonParser.php',
'seld\\jsonlint\\lexer' => '/Lexer.php',
'seld\\jsonlint\\parsingexception' => '/ParsingException.php',
'seld\\jsonlint\\undefined' => '/Undefined.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd
|