a:14:{s:6:"config";s:1567:"a:5:{s:10:"phpVersion";s:6:"8.2.32";s:10:"yiiVersion";s:6:"2.0.54";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.54";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"en-US";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:6:"8.2.32";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:5:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:64:"/home/jackeychua/public_html/poker/vendor/yiisoft/yii2-faker/src";}}s:23:"yiisoft/yii2-bootstrap5";a:4:{s:4:"name";s:23:"yiisoft/yii2-bootstrap5";s:7:"version";s:8:"2.0.51.0";s:5:"alias";a:1:{s:15:"@yii/bootstrap5";s:69:"/home/jackeychua/public_html/poker/vendor/yiisoft/yii2-bootstrap5/src";}s:9:"bootstrap";s:40:"yii\bootstrap5\i18n\TranslationBootstrap";}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.27.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:64:"/home/jackeychua/public_html/poker/vendor/yiisoft/yii2-debug/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.2.7.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:62:"/home/jackeychua/public_html/poker/vendor/yiisoft/yii2-gii/src";}}s:26:"yiisoft/yii2-symfonymailer";a:3:{s:4:"name";s:26:"yiisoft/yii2-symfonymailer";s:7:"version";s:7:"2.0.4.0";s:5:"alias";a:1:{s:18:"@yii/symfonymailer";s:72:"/home/jackeychua/public_html/poker/vendor/yiisoft/yii2-symfonymailer/src";}}}}";s:3:"log";s:9083:"a:1:{s:8:"messages";a:25:{i:0;a:6:{i:0;s:68:"Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1785673673.5206658840179443359375;i:4;a:0:{}i:5;i:2638816;}i:1;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1785673673.5218219757080078125;i:4;a:0:{}i:5;i:2749232;}i:2;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1785673673.52186489105224609375;i:4;a:0:{}i:5;i:2749872;}i:3;a:6:{i:0;s:15:"Session started";i:1;i:4;i:2;s:21:"yii\web\Session::open";i:3;d:1785673673.5295429229736328125;i:4;a:0:{}i:5;i:3690368;}i:4;a:6:{i:0;s:29:"SHOW FULL COLUMNS FROM `user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.54386806488037109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5343424;}i:5;a:6:{i:0;s:67:"Opening DB connection: mysql:host=localhost;dbname=jackeychua_poker";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1785673673.543981075286865234375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5345544;}i:10;a:6:{i:0;s:24:"SHOW CREATE TABLE `user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.55723094940185546875;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5401600;}i:13;a:6:{i:0;s:764:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'user' AND `kcu`.`TABLE_NAME` = 'user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.559916019439697265625;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5593200;}i:16;a:6:{i:0;s:53:"SELECT * FROM `user` WHERE (`id`=2) AND (`status`=10)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.575344085693359375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6037240;}i:19;a:6:{i:0;s:49:"User '2' logged in from 118.100.50.88 via cookie.";i:1;i:4;i:2;s:27:"yii\web\User::loginByCookie";i:3;d:1785673673.5818040370941162109375;i:4;a:0:{}i:5;i:6480728;}i:20;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1785673673.587462902069091796875;i:4;a:0:{}i:5;i:6934856;}i:21;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1785673673.5890591144561767578125;i:4;a:0:{}i:5;i:7050384;}i:22;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1785673673.5894629955291748046875;i:4;a:0:{}i:5;i:7074816;}i:24;a:6:{i:0;s:33:"Route requested: 'company/select'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1785673673.5895369052886962890625;i:4;a:0:{}i:5;i:7074360;}i:25;a:6:{i:0;s:28:"Route to run: company/select";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1785673673.606605052947998046875;i:4;a:0:{}i:5;i:7148888;}i:26;a:6:{i:0;s:70:"Running action: frontend\controllers\CompanyController::actionSelect()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1785673673.606789112091064453125;i:4;a:0:{}i:5;i:7155736;}i:27;a:6:{i:0;s:57:"SELECT `company_id` FROM `user_company` WHERE `user_id`=2";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6224000453948974609375;i:4;a:2:{i:0;a:5:{s:4:"file";s:70:"/home/jackeychua/public_html/poker/common/components/CompanyAccess.php";s:4:"line";i:14;s:8:"function";s:6:"column";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:17;s:8:"function";s:17:"allowedCompanyIds";s:5:"class";s:31:"common\components\CompanyAccess";s:4:"type";s:2:"::";}}i:5;i:7165720;}i:30;a:6:{i:0;s:107:"SELECT * FROM `company` WHERE ((`type`='subsidiary') AND (`status`=1)) AND (`id` IN (2, 3)) ORDER BY `name`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6571109294891357421875;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7233208;}i:33;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `company`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.693418025970458984375;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7242896;}i:36;a:6:{i:0;s:27:"SHOW CREATE TABLE `company`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.69785594940185546875;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7253472;}i:39;a:6:{i:0;s:770:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'company' AND `kcu`.`TABLE_NAME` = 'company'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.7028219699859619140625;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7253600;}i:42;a:6:{i:0;s:89:"Rendering view file: /home/jackeychua/public_html/poker/frontend/views/company/select.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1785673673.730564117431640625;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:34;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7385040;}i:43;a:6:{i:0;s:87:"Rendering view file: /home/jackeychua/public_html/poker/frontend/views/layouts/main.php";i:1;i:8;i:2;s:25:"yii\base\View::renderFile";i:3;d:1785673673.73808002471923828125;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:34;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7755400;}i:44;a:6:{i:0;s:102:"Access to debugger is denied due to IP address restriction. The requesting IP address is 118.100.50.88";i:1;i:2;i:2;s:29:"yii\debug\Module::checkAccess";i:3;d:1785673673.7528059482574462890625;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"/home/jackeychua/public_html/poker/frontend/views/layouts/main.php";s:4:"line";i:73;s:8:"function";s:7:"endBody";s:5:"class";s:12:"yii\web\View";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:34;s:8:"function";s:6:"render";s:5:"class";s:19:"yii\base\Controller";s:4:"type";s:2:"->";}}i:5;i:7807552;}i:45;a:6:{i:0;s:102:"Access to debugger is denied due to IP address restriction. The requesting IP address is 118.100.50.88";i:1;i:2;i:2;s:29:"yii\debug\Module::checkAccess";i:3;d:1785673673.75325107574462890625;i:4;a:0:{}i:5;i:7768584;}}}";s:9:"profiling";s:10950:"a:3:{s:6:"memory";i:8112544;s:4:"time";d:0.28732204437255859375;s:8:"messages";a:20:{i:6;a:6:{i:0;s:67:"Opening DB connection: mysql:host=localhost;dbname=jackeychua_poker";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1785673673.5439960956573486328125;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5346352;}i:7;a:6:{i:0;s:67:"Opening DB connection: mysql:host=localhost;dbname=jackeychua_poker";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1785673673.5453450679779052734375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5389608;}i:8;a:6:{i:0;s:29:"SHOW FULL COLUMNS FROM `user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5453989505767822265625;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5389392;}i:9;a:6:{i:0;s:29:"SHOW FULL COLUMNS FROM `user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.557086944580078125;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5400312;}i:11;a:6:{i:0;s:24:"SHOW CREATE TABLE `user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5572679042816162109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5402512;}i:12;a:6:{i:0;s:24:"SHOW CREATE TABLE `user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.557487964630126953125;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5404704;}i:14;a:6:{i:0;s:764:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'user' AND `kcu`.`TABLE_NAME` = 'user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5600039958953857421875;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5594240;}i:15;a:6:{i:0;s:764:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'user' AND `kcu`.`TABLE_NAME` = 'user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5606861114501953125;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5596096;}i:17;a:6:{i:0;s:53:"SELECT * FROM `user` WHERE (`id`=2) AND (`status`=10)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.57540798187255859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6038584;}i:18;a:6:{i:0;s:53:"SELECT * FROM `user` WHERE (`id`=2) AND (`status`=10)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5759279727935791015625;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6040808;}i:28;a:6:{i:0;s:57:"SELECT `company_id` FROM `user_company` WHERE `user_id`=2";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6224648952484130859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:70:"/home/jackeychua/public_html/poker/common/components/CompanyAccess.php";s:4:"line";i:14;s:8:"function";s:6:"column";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:17;s:8:"function";s:17:"allowedCompanyIds";s:5:"class";s:31:"common\components\CompanyAccess";s:4:"type";s:2:"::";}}i:5;i:7167224;}i:29;a:6:{i:0;s:57:"SELECT `company_id` FROM `user_company` WHERE `user_id`=2";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6481420993804931640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:70:"/home/jackeychua/public_html/poker/common/components/CompanyAccess.php";s:4:"line";i:14;s:8:"function";s:6:"column";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:17;s:8:"function";s:17:"allowedCompanyIds";s:5:"class";s:31:"common\components\CompanyAccess";s:4:"type";s:2:"::";}}i:5;i:7168744;}i:31;a:6:{i:0;s:107:"SELECT * FROM `company` WHERE ((`type`='subsidiary') AND (`status`=1)) AND (`id` IN (2, 3)) ORDER BY `name`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6571590900421142578125;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7234024;}i:32;a:6:{i:0;s:107:"SELECT * FROM `company` WHERE ((`type`='subsidiary') AND (`status`=1)) AND (`id` IN (2, 3)) ORDER BY `name`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.69318389892578125;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7236416;}i:34;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `company`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6934831142425537109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7243808;}i:35;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `company`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.697719097137451171875;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7252184;}i:37;a:6:{i:0;s:27:"SHOW CREATE TABLE `company`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6978890895843505859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7254384;}i:38;a:6:{i:0;s:27:"SHOW CREATE TABLE `company`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.7024219036102294921875;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7256416;}i:40;a:6:{i:0;s:770:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'company' AND `kcu`.`TABLE_NAME` = 'company'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.70285511016845703125;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7254640;}i:41;a:6:{i:0;s:770:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'company' AND `kcu`.`TABLE_NAME` = 'company'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.712378025054931640625;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7257184;}}}";s:2:"db";s:10109:"a:1:{s:8:"messages";a:18:{i:8;a:6:{i:0;s:29:"SHOW FULL COLUMNS FROM `user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5453989505767822265625;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5389392;}i:9;a:6:{i:0;s:29:"SHOW FULL COLUMNS FROM `user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.557086944580078125;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5400312;}i:11;a:6:{i:0;s:24:"SHOW CREATE TABLE `user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5572679042816162109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5402512;}i:12;a:6:{i:0;s:24:"SHOW CREATE TABLE `user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.557487964630126953125;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5404704;}i:14;a:6:{i:0;s:764:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'user' AND `kcu`.`TABLE_NAME` = 'user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5600039958953857421875;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5594240;}i:15;a:6:{i:0;s:764:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'user' AND `kcu`.`TABLE_NAME` = 'user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5606861114501953125;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:5596096;}i:17;a:6:{i:0;s:53:"SELECT * FROM `user` WHERE (`id`=2) AND (`status`=10)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.57540798187255859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6038584;}i:18;a:6:{i:0;s:53:"SELECT * FROM `user` WHERE (`id`=2) AND (`status`=10)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.5759279727935791015625;i:4;a:1:{i:0;a:5:{s:4:"file";s:57:"/home/jackeychua/public_html/poker/common/models/User.php";s:4:"line";i:65;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6040808;}i:28;a:6:{i:0;s:57:"SELECT `company_id` FROM `user_company` WHERE `user_id`=2";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6224648952484130859375;i:4;a:2:{i:0;a:5:{s:4:"file";s:70:"/home/jackeychua/public_html/poker/common/components/CompanyAccess.php";s:4:"line";i:14;s:8:"function";s:6:"column";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:17;s:8:"function";s:17:"allowedCompanyIds";s:5:"class";s:31:"common\components\CompanyAccess";s:4:"type";s:2:"::";}}i:5;i:7167224;}i:29;a:6:{i:0;s:57:"SELECT `company_id` FROM `user_company` WHERE `user_id`=2";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6481420993804931640625;i:4;a:2:{i:0;a:5:{s:4:"file";s:70:"/home/jackeychua/public_html/poker/common/components/CompanyAccess.php";s:4:"line";i:14;s:8:"function";s:6:"column";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:17;s:8:"function";s:17:"allowedCompanyIds";s:5:"class";s:31:"common\components\CompanyAccess";s:4:"type";s:2:"::";}}i:5;i:7168744;}i:31;a:6:{i:0;s:107:"SELECT * FROM `company` WHERE ((`type`='subsidiary') AND (`status`=1)) AND (`id` IN (2, 3)) ORDER BY `name`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6571590900421142578125;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7234024;}i:32;a:6:{i:0;s:107:"SELECT * FROM `company` WHERE ((`type`='subsidiary') AND (`status`=1)) AND (`id` IN (2, 3)) ORDER BY `name`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.69318389892578125;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7236416;}i:34;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `company`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6934831142425537109375;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7243808;}i:35;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `company`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.697719097137451171875;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7252184;}i:37;a:6:{i:0;s:27:"SHOW CREATE TABLE `company`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.6978890895843505859375;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7254384;}i:38;a:6:{i:0;s:27:"SHOW CREATE TABLE `company`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.7024219036102294921875;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7256416;}i:40;a:6:{i:0;s:770:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'company' AND `kcu`.`TABLE_NAME` = 'company'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.70285511016845703125;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7254640;}i:41;a:6:{i:0;s:770:"SELECT
    `kcu`.`CONSTRAINT_NAME` AS `constraint_name`,
    `kcu`.`COLUMN_NAME` AS `column_name`,
    `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`,
    `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name`
FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`
JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON
    (
        `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR
        (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL)
    ) AND
    `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND
    `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME`
WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database()
AND `rc`.`TABLE_NAME` = 'company' AND `kcu`.`TABLE_NAME` = 'company'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1785673673.712378025054931640625;i:4;a:1:{i:0;a:5:{s:4:"file";s:77:"/home/jackeychua/public_html/poker/frontend/controllers/CompanyController.php";s:4:"line";i:23;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}}i:5;i:7257184;}}}";s:5:"event";s:5451:"a:29:{i:0;a:5:{s:4:"time";d:1785673673.5397980213165283203125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:1;a:5:{s:4:"time";d:1785673673.5453369617462158203125;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:2;a:5:{s:4:"time";d:1785673673.57653903961181640625;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"common\models\User";}i:3;a:5:{s:4:"time";d:1785673673.5766060352325439453125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"common\models\User";}i:4;a:5:{s:4:"time";d:1785673673.57670497894287109375;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:5;a:5:{s:4:"time";d:1785673673.5818500518798828125;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:6;a:5:{s:4:"time";d:1785673673.58442211151123046875;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"common\models\User";}i:7;a:5:{s:4:"time";d:1785673673.5895059108734130859375;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:8;a:5:{s:4:"time";d:1785673673.6067368984222412109375;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:9;a:5:{s:4:"time";d:1785673673.6067531108856201171875;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:38:"frontend\controllers\CompanyController";}i:10;a:5:{s:4:"time";d:1785673673.6555650234222412109375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:11;a:5:{s:4:"time";d:1785673673.69332599639892578125;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"common\models\Company";}i:12;a:5:{s:4:"time";d:1785673673.7125909328460693359375;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"common\models\Company";}i:13;a:5:{s:4:"time";d:1785673673.7126209735870361328125;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"common\models\Company";}i:14;a:5:{s:4:"time";d:1785673673.712626934051513671875;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"common\models\Company";}i:15;a:5:{s:4:"time";d:1785673673.7305510044097900390625;s:4:"name";s:12:"beforeRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:16;a:5:{s:4:"time";d:1785673673.7376658916473388671875;s:4:"name";s:11:"afterRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:17;a:5:{s:4:"time";d:1785673673.738071918487548828125;s:4:"name";s:12:"beforeRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:18;a:5:{s:4:"time";d:1785673673.7526619434356689453125;s:4:"name";s:9:"beginPage";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:19;a:5:{s:4:"time";d:1785673673.752686023712158203125;s:4:"name";s:9:"beginBody";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:20;a:5:{s:4:"time";d:1785673673.75284099578857421875;s:4:"name";s:7:"endBody";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:21;a:5:{s:4:"time";d:1785673673.752851963043212890625;s:4:"name";s:7:"endPage";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:22;a:5:{s:4:"time";d:1785673673.7529199123382568359375;s:4:"name";s:11:"afterRender";s:5:"class";s:18:"yii\base\ViewEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\View";}i:23;a:5:{s:4:"time";d:1785673673.7529399394989013671875;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:38:"frontend\controllers\CompanyController";}i:24;a:5:{s:4:"time";d:1785673673.7529590129852294921875;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:25;a:5:{s:4:"time";d:1785673673.7529718875885009765625;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:26;a:5:{s:4:"time";d:1785673673.7529819011688232421875;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:27;a:5:{s:4:"time";d:1785673673.753263950347900390625;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:28;a:5:{s:4:"time";d:1785673673.7534859180450439453125;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:122:"a:3:{s:5:"start";d:1785673673.492846012115478515625;s:3:"end";d:1785673673.7803618907928466796875;s:6:"memory";i:8112544;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:331:"a:3:{s:8:"messages";a:1:{i:23;a:6:{i:0;s:56:"Pretty URL not enabled. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1785673673.5895159244537353515625;i:4;a:0:{}i:5;i:7074456;}}s:5:"route";s:14:"company/select";s:6:"action";s:54:"frontend\controllers\CompanyController::actionSelect()";}";s:7:"request";s:7940:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:21:{s:4:"host";s:20:"poker.jackeychua.com";s:10:"cf-visitor";s:18:"{"scheme":"https"}";s:12:"cf-ipcountry";s:2:"MY";s:8:"cdn-loop";s:19:"cloudflare; loops=1";s:6:"cf-ray";s:20:"a24d144ac963fe19-SIN";s:8:"priority";s:6:"u=0, i";s:15:"accept-encoding";s:8:"gzip, br";s:7:"referer";s:70:"https://poker.jackeychua.com/frontend/web/index.php?r=sessions%2Findex";s:14:"sec-fetch-dest";s:8:"document";s:14:"sec-fetch-user";s:2:"?1";s:14:"sec-fetch-mode";s:8:"navigate";s:14:"sec-fetch-site";s:11:"same-origin";s:15:"accept-language";s:14:"en-GB,en;q=0.8";s:7:"sec-gpc";s:1:"1";s:6:"accept";s:96:"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8";s:10:"user-agent";s:101:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36";s:25:"upgrade-insecure-requests";s:1:"1";s:18:"sec-ch-ua-platform";s:7:""Linux"";s:16:"sec-ch-ua-mobile";s:2:"?0";s:9:"sec-ch-ua";s:56:""Not;A=Brand";v="8", "Chromium";v="150", "Brave";v="150"";s:6:"cookie";s:937:"_identity-backend=c85f2231a3bdc9db66d71a0e16938addb2897b28019082f806e968f4deabb7eaa%3A2%3A%7Bi%3A0%3Bs%3A17%3A%22_identity-backend%22%3Bi%3A1%3Bs%3A46%3A%22%5B1%2C%223a052f6e1374781dfcd04f0d41784cd7%22%2C2592000%5D%22%3B%7D; _csrf-backend=8ab9f59927da37e203c5665ca706be8229205165ded32d1171d8fd304fb02495a%3A2%3A%7Bi%3A0%3Bs%3A13%3A%22_csrf-backend%22%3Bi%3A1%3Bs%3A32%3A%22DyVl_YIRVWn64JkbW3mXsxbtTMVHa5fB%22%3B%7D; _identity-frontend=dffcb4f8db5fd99275c242fd8b60b31b2db9c155d4cebb5b0384c0ad1ee9abe3a%3A2%3A%7Bi%3A0%3Bs%3A18%3A%22_identity-frontend%22%3Bi%3A1%3Bs%3A46%3A%22%5B2%2C%22KOXqKv_1hsB4vWyvEQyKrJ5PBdEAcbN1%22%2C2592000%5D%22%3B%7D; _csrf-frontend=2e9a1bb8ca10ff3485973fe8bccd2650a7ee8e75cc7245db78cb671eb00cdff7a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22l19nn1_4zL755kC_A_gTwsvbQpU_6SDy%22%3B%7D; advanced-frontend=0d282e3e55eab5399df3821fb582caa9; advanced-backend=9e13a3a29ff7d40b77089330bb7ed688";}s:15:"responseHeaders";a:5:{s:7:"Expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"Cache-Control";s:35:"no-store, no-cache, must-revalidate";s:6:"Pragma";s:8:"no-cache";s:10:"Set-Cookie";a:2:{i:0;s:68:"advanced-frontend=c40cfd078415f5eef9f80f3e5850de28; path=/; HttpOnly";i:1;s:313:"_identity-frontend=dffcb4f8db5fd99275c242fd8b60b31b2db9c155d4cebb5b0384c0ad1ee9abe3a%3A2%3A%7Bi%3A0%3Bs%3A18%3A%22_identity-frontend%22%3Bi%3A1%3Bs%3A46%3A%22%5B2%2C%22KOXqKv_1hsB4vWyvEQyKrJ5PBdEAcbN1%22%2C2592000%5D%22%3B%7D; expires=Tue, 01 Sep 2026 12:27:53 GMT; Max-Age=2592000; path=/; HttpOnly; SameSite=Lax";}s:12:"Content-Type";s:24:"text/html; charset=UTF-8";}s:5:"route";s:14:"company/select";s:6:"action";s:54:"frontend\controllers\CompanyController::actionSelect()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:1;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:62:{s:4:"USER";s:10:"jackeychua";s:4:"HOME";s:16:"/home/jackeychua";s:11:"SCRIPT_NAME";s:23:"/frontend/web/index.php";s:11:"REQUEST_URI";s:42:"/frontend/web/index.php?r=company%2Fselect";s:12:"QUERY_STRING";s:18:"r=company%2Fselect";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/2.0";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"REMOTE_PORT";s:5:"13140";s:15:"SCRIPT_FILENAME";s:57:"/home/jackeychua/public_html/poker/frontend/web/index.php";s:12:"SERVER_ADMIN";s:30:"webmaster@poker.jackeychua.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:34:"/home/jackeychua/public_html/poker";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:5:"https";s:13:"DOCUMENT_ROOT";s:34:"/home/jackeychua/public_html/poker";s:11:"REMOTE_ADDR";s:13:"118.100.50.88";s:11:"SERVER_PORT";s:3:"443";s:11:"SERVER_ADDR";s:11:"42.1.61.246";s:11:"SERVER_NAME";s:20:"poker.jackeychua.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:16:"SERVER_SIGNATURE";s:0:"";s:4:"PATH";s:180:"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin";s:9:"HTTP_HOST";s:20:"poker.jackeychua.com";s:22:"HTTP_X_FORWARDED_PROTO";s:5:"https";s:15:"HTTP_CF_VISITOR";s:18:"{"scheme":"https"}";s:17:"HTTP_CF_IPCOUNTRY";s:2:"MY";s:13:"HTTP_CDN_LOOP";s:19:"cloudflare; loops=1";s:11:"HTTP_CF_RAY";s:20:"a24d144ac963fe19-SIN";s:20:"HTTP_X_FORWARDED_FOR";s:13:"118.100.50.88";s:13:"HTTP_PRIORITY";s:6:"u=0, i";s:20:"HTTP_ACCEPT_ENCODING";s:8:"gzip, br";s:12:"HTTP_REFERER";s:70:"https://poker.jackeychua.com/frontend/web/index.php?r=sessions%2Findex";s:19:"HTTP_SEC_FETCH_DEST";s:8:"document";s:19:"HTTP_SEC_FETCH_USER";s:2:"?1";s:19:"HTTP_SEC_FETCH_MODE";s:8:"navigate";s:19:"HTTP_SEC_FETCH_SITE";s:11:"same-origin";s:20:"HTTP_ACCEPT_LANGUAGE";s:14:"en-GB,en;q=0.8";s:12:"HTTP_SEC_GPC";s:1:"1";s:11:"HTTP_ACCEPT";s:96:"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8";s:15:"HTTP_USER_AGENT";s:101:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36";s:30:"HTTP_UPGRADE_INSECURE_REQUESTS";s:1:"1";s:23:"HTTP_SEC_CH_UA_PLATFORM";s:7:""Linux"";s:21:"HTTP_SEC_CH_UA_MOBILE";s:2:"?0";s:14:"HTTP_SEC_CH_UA";s:56:""Not;A=Brand";v="8", "Chromium";v="150", "Brave";v="150"";s:11:"HTTP_COOKIE";s:937:"_identity-backend=c85f2231a3bdc9db66d71a0e16938addb2897b28019082f806e968f4deabb7eaa%3A2%3A%7Bi%3A0%3Bs%3A17%3A%22_identity-backend%22%3Bi%3A1%3Bs%3A46%3A%22%5B1%2C%223a052f6e1374781dfcd04f0d41784cd7%22%2C2592000%5D%22%3B%7D; _csrf-backend=8ab9f59927da37e203c5665ca706be8229205165ded32d1171d8fd304fb02495a%3A2%3A%7Bi%3A0%3Bs%3A13%3A%22_csrf-backend%22%3Bi%3A1%3Bs%3A32%3A%22DyVl_YIRVWn64JkbW3mXsxbtTMVHa5fB%22%3B%7D; _identity-frontend=dffcb4f8db5fd99275c242fd8b60b31b2db9c155d4cebb5b0384c0ad1ee9abe3a%3A2%3A%7Bi%3A0%3Bs%3A18%3A%22_identity-frontend%22%3Bi%3A1%3Bs%3A46%3A%22%5B2%2C%22KOXqKv_1hsB4vWyvEQyKrJ5PBdEAcbN1%22%2C2592000%5D%22%3B%7D; _csrf-frontend=2e9a1bb8ca10ff3485973fe8bccd2650a7ee8e75cc7245db78cb671eb00cdff7a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22l19nn1_4zL755kC_A_gTwsvbQpU_6SDy%22%3B%7D; advanced-frontend=0d282e3e55eab5399df3821fb582caa9; advanced-backend=9e13a3a29ff7d40b77089330bb7ed688";s:17:"proxy-nokeepalive";s:1:"1";s:13:"H2_STREAM_TAG";s:11:"9432-3439-1";s:12:"H2_STREAM_ID";s:1:"1";s:12:"H2_PUSHED_ON";s:0:"";s:9:"H2_PUSHED";s:0:"";s:7:"H2_PUSH";s:3:"off";s:6:"H2PUSH";s:3:"off";s:5:"HTTP2";s:2:"on";s:11:"SSL_TLS_SNI";s:20:"poker.jackeychua.com";s:5:"HTTPS";s:2:"on";s:9:"UNIQUE_ID";s:27:"am83ydOJpmE-3QExkRLXqwABwg0";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:23:"/frontend/web/index.php";s:18:"REQUEST_TIME_FLOAT";d:1785673673.473308086395263671875;s:12:"REQUEST_TIME";i:1785673673;s:4:"argv";a:1:{i:0;s:18:"r=company%2Fselect";}s:4:"argc";i:1;}s:3:"GET";a:1:{s:1:"r";s:14:"company/select";}s:4:"POST";a:0:{}s:6:"COOKIE";a:6:{s:17:"_identity-backend";s:157:"c85f2231a3bdc9db66d71a0e16938addb2897b28019082f806e968f4deabb7eaa:2:{i:0;s:17:"_identity-backend";i:1;s:46:"[1,"3a052f6e1374781dfcd04f0d41784cd7",2592000]";}";s:13:"_csrf-backend";s:139:"8ab9f59927da37e203c5665ca706be8229205165ded32d1171d8fd304fb02495a:2:{i:0;s:13:"_csrf-backend";i:1;s:32:"DyVl_YIRVWn64JkbW3mXsxbtTMVHa5fB";}";s:18:"_identity-frontend";s:158:"dffcb4f8db5fd99275c242fd8b60b31b2db9c155d4cebb5b0384c0ad1ee9abe3a:2:{i:0;s:18:"_identity-frontend";i:1;s:46:"[2,"KOXqKv_1hsB4vWyvEQyKrJ5PBdEAcbN1",2592000]";}";s:14:"_csrf-frontend";s:140:"2e9a1bb8ca10ff3485973fe8bccd2650a7ee8e75cc7245db78cb671eb00cdff7a:2:{i:0;s:14:"_csrf-frontend";i:1;s:32:"l19nn1_4zL755kC_A_gTwsvbQpU_6SDy";}";s:17:"advanced-frontend";s:32:"0d282e3e55eab5399df3821fb582caa9";s:16:"advanced-backend";s:32:"9e13a3a29ff7d40b77089330bb7ed688";}s:5:"FILES";a:0:{}s:7:"SESSION";a:3:{s:7:"__flash";a:0:{}s:4:"__id";i:2;s:9:"__authKey";s:32:"KOXqKv_1hsB4vWyvEQyKrJ5PBdEAcbN1";}}";s:4:"user";s:2612:"a:5:{s:2:"id";i:2;s:8:"identity";a:10:{s:2:"id";s:1:"2";s:8:"username";s:11:"'cashier01'";s:8:"auth_key";s:34:"'KOXqKv_1hsB4vWyvEQyKrJ5PBdEAcbN1'";s:13:"password_hash";s:62:"'$2y$13$pCGKs6oZeEBKmSgaFBX4P.AIPYtf0scINqHXdVRpKJt8VGFWGvHva'";s:20:"password_reset_token";s:4:"null";s:5:"email";s:32:"'cashier01@poker.jackeychua.com'";s:6:"status";s:2:"10";s:10:"created_at";s:10:"1769052805";s:10:"updated_at";s:10:"1769052805";s:18:"verification_token";s:4:"null";}s:10:"attributes";a:10:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"Id";}i:1;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:8:"Username";}i:2;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"Auth Key";}i:3;a:2:{s:9:"attribute";s:13:"password_hash";s:5:"label";s:13:"Password Hash";}i:4;a:2:{s:9:"attribute";s:20:"password_reset_token";s:5:"label";s:20:"Password Reset Token";}i:5;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:5:"Email";}i:6;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:6:"Status";}i:7;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:10:"Created At";}i:8;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:10:"Updated At";}i:9;a:2:{s:9:"attribute";s:18:"verification_token";s:5:"label";s:18:"Verification Token";}}s:13:"rolesProvider";O:26:"yii\data\ArrayDataProvider":12:{s:27:" yii\base\Component _events";a:0:{}s:35:" yii\base\Component _eventWildcards";a:0:{}s:30:" yii\base\Component _behaviors";N;s:2:"id";N;s:32:" yii\data\BaseDataProvider _sort";N;s:38:" yii\data\BaseDataProvider _pagination";N;s:32:" yii\data\BaseDataProvider _keys";N;s:34:" yii\data\BaseDataProvider _models";N;s:38:" yii\data\BaseDataProvider _totalCount";N;s:3:"key";N;s:9:"allModels";a:1:{s:7:"cashier";a:7:{s:4:"type";i:1;s:4:"name";s:7:"cashier";s:11:"description";s:9:"收银员";s:8:"ruleName";N;s:4:"data";s:4:"null";s:9:"createdAt";i:1768971129;s:9:"updatedAt";i:1768971129;}}s:10:"modelClass";N;}s:19:"permissionsProvider";O:26:"yii\data\ArrayDataProvider":12:{s:27:" yii\base\Component _events";a:0:{}s:35:" yii\base\Component _eventWildcards";a:0:{}s:30:" yii\base\Component _behaviors";N;s:2:"id";s:4:"dp-1";s:32:" yii\data\BaseDataProvider _sort";N;s:38:" yii\data\BaseDataProvider _pagination";N;s:32:" yii\data\BaseDataProvider _keys";N;s:34:" yii\data\BaseDataProvider _models";N;s:38:" yii\data\BaseDataProvider _totalCount";N;s:3:"key";N;s:9:"allModels";a:1:{s:10:"cashierOps";a:7:{s:4:"type";i:2;s:4:"name";s:10:"cashierOps";s:11:"description";s:38:"收银操作（开局/记账/关局）";s:8:"ruleName";N;s:4:"data";s:4:"null";s:9:"createdAt";i:1768971129;s:9:"updatedAt";i:1768971129;}}s:10:"modelClass";N;}}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:13:{s:3:"tag";s:13:"6a6f37c98f92a";s:3:"url";s:70:"https://poker.jackeychua.com/frontend/web/index.php?r=company%2Fselect";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:13:"118.100.50.88";s:4:"time";d:1785673673.473308086395263671875;s:10:"statusCode";i:200;s:8:"sqlCount";i:9;s:21:"excessiveCallersCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8112544;s:14:"processingTime";d:0.28732204437255859375;}s:10:"exceptions";a:0:{}}