Notice (8) : file_put_contents(): Write of 272 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php , line 140 ]Code Context if (! $mask ) {
file_put_contents ( $pathname , $message . "\n" , FILE_APPEND );
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392
Cake\Log\Log::warning() - CORE/src/Log/Log.php, line 477
DebugKit\ToolbarService::isSuspiciouslyProduction() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 169
DebugKit\ToolbarService::isEnabled() - ROOT/vendor/cakephp/debug_kit/src/ToolbarService.php, line 105
DebugKit\Plugin::bootstrap() - ROOT/vendor/cakephp/debug_kit/src/Plugin.php, line 48
Cake\Http\BaseApplication::pluginBootstrap() - CORE/src/Http/BaseApplication.php, line 182
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 111
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 79
[main] - ROOT/webroot/index.php, line 40
Notice : file_put_contents() [function.file-put-contents ]: Write of 1122 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : unserialize() [<a href='https://secure.php.net/function.unserialize'>function.unserialize</a>]: Error at offset 4085 of 4085 bytes [CORE/src/Cache/Engine/FileEngine.php , line 201 ]Code Context if ( $data !== '' && !empty( $this -> _config [ 'serialize' ])) {
$data = unserialize ( $data );
}
unserialize - [internal], line ??
Cake\Cache\Engine\FileEngine::get() - CORE/src/Cache/Engine/FileEngine.php, line 201
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 78
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 513
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 290
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 184
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1702
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1263
App\Controller\NewsController::action_() - APP/Controller/NewsController.php, line 6384
App\Controller\NewsController::get_data() - APP/Controller/NewsController.php, line 5665
App\Controller\NewsController::action_cache() - APP/Controller/NewsController.php, line 5457
App\Controller\NewsController::cache_action() - APP/Controller/NewsController.php, line 5245
App\Controller\NewsController::view() - APP/Controller/NewsController.php, line 3662
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 539
Cake\Controller\ControllerFactory::handle() - CORE/src/Controller/ControllerFactory.php, line 140
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 115
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 317
Notice : file_put_contents() [function.file-put-contents ]: Write of 3150 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 3391 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php , line 140 ]Code Context if (! $mask ) {
file_put_contents ( $pathname , $message . "\n" , FILE_APPEND );
file_put_contents - [internal], line ??
Cake\Log\Engine\FileLog::log() - CORE/src/Log/Engine/FileLog.php, line 140
Cake\Log\Log::write() - CORE/src/Log/Log.php, line 392
Cake\Log\Log::error() - CORE/src/Log/Log.php, line 461
Cake\Error\ErrorLogger::log() - CORE/src/Error/ErrorLogger.php, line 91
Cake\Error\BaseErrorHandler::logException() - CORE/src/Error/BaseErrorHandler.php, line 334
Cake\Error\Middleware\ErrorHandlerMiddleware::handleException() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 147
Cake\Error\Middleware\ErrorHandlerMiddleware::process() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 130
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 90
[main] - ROOT/webroot/index.php, line 40
Notice : file_put_contents() [function.file-put-contents ]: Write of 1387 bytes failed with errno=122 Disk quota exceeded in /home3/sjrypamy/public_html/.website_7fe1dacc/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Error: Cake\Database\Schema\CachedCollection::describe(): Return value must be of type Cake\Database\Schema\TableSchemaInterface, bool returned
if (! $options [ 'forceRefresh' ]) {
$cached = $this -> cacher -> get ( $cacheKey );
if ( $cached !== null ) {
return $cached ;
}
}
$table = $this -> collection -> describe ( $name , $options );
Arguments
if ( $this -> _schema === null ) {
$this -> _schema = $this -> _initializeSchema (
$this -> getConnection ()
-> getSchemaCollection ()
-> describe ( $this -> getTable ())
);
if ( Configure :: read ( 'debug' )) {
$this -> checkAliasLengths ();
}
*/
public function addDefaultTypes ( Table $table )
{
$alias = $table -> getAlias ();
$map = $table -> getSchema ()-> typeMap ();
$fields = [];
foreach ( $map as $f => $type ) {
$fields [ $f ] = $fields [ $alias . '.' . $f ] = $fields [ $alias . '__' . $f ] = $type ;
}
parent :: __construct ( $connection );
$this -> repository ( $table );
if ( $this -> _repository !== null ) {
$this -> addDefaultTypes ( $this -> _repository );
}
}
/**
Arguments
object( App\Model\Table\articlesTable ) id: 0 {
'registryAlias' => 'Articles'
'table' => 'articles'
'alias' => 'Articles'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Articlesorts' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
* @return \Cake\ORM\Query
*/
public function query (): Query
{
return new Query ( $this -> getConnection (), $this );
}
/**
* Creates a new Query :: subquery () instance for a table .
Arguments
object( Cake\Database\Connection ) id: 0 {
'config' => [
'password' => '*****' ,
'username' => '*****' ,
'host' => '*****' ,
'database' => '*****' ,
'driver' => 'Cake\Database\Driver\Mysql' ,
'persistent' => false ,
'timezone' => 'UTC' ,
'flags' => [
] ,
'cacheMetadata' => true ,
'log' => false ,
'quoteIdentifiers' => false ,
'url' => null ,
'name' => 'default' ,
]
'driver' => object( Cake\Database\Driver\Mysql ) id: 1 {
'connected' => true
}
'transactionLevel' => (int) 0
'transactionStarted' => false
'useSavePoints' => false
'logQueries' => false
'logger' => null
}
object( App\Model\Table\articlesTable ) id: 0 {
'registryAlias' => 'Articles'
'table' => 'articles'
'alias' => 'Articles'
'entityClass' => 'Cake\ORM\Entity'
'associations' => [
(int) 0 => 'Articlesorts' ,
]
'behaviors' => [
]
'defaultConnection' => 'default'
'connectionName' => 'default'
}
* @return \Cake\ORM\Query The query builder
*/
public function find ( string $type = 'all' , array $options = []): Query
{
$query = $this -> query ();
$query -> select ();
return $this -> callFinder ( $type , $query , $options );
}
{
if ( $data [ "table_name" ]== "Articles" )
{
$recentArticles = $this -> fetchTable ( $table_name )-> find ( 'all' , $where_ )-> all ();
}
else
{
if (isset( $data [ "belongsTo" ]))
Arguments
[
'conditions' => [
'Articles.sort_id' => (int) 71 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
]
set_time_limit ( 240 ); //4minutes
ini_set ( 'memory_limit' , '512M' );
date_default_timezone_set ( 'PRC' );
$abc = $this -> action_ ( $array , $is_http = 1 );
$show =array();
$show [ "code" ]= 200 ;
$show [ "data" ]= $abc ;
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 71 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
'cache_cache_file_name' => '04d2c6273c812256f0e67785e6ccda01' ,
'Async' => (int) 0 ,
]
//獲取數據===============
$action = "get_data" ;
$array [ "Async" ]= 0 ; //是否異步,0不是異步,1異步
$array [ "cache_cache_file_name" ]= $cache_cache_file_name ;
$file = $this -> $action ( $array );
if ( $file [ "code" ]== 200 )
{
//獲取數據成功!
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 71 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
'cache_cache_file_name' => '04d2c6273c812256f0e67785e6ccda01' ,
'Async' => (int) 0 ,
]
{
date_default_timezone_set ( 'PRC' );
$file = $this -> action_cache ( $get_data );
if ( $file [ "code" ]== 200 )
{
$match = $file [ "data" ];
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 71 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
'cache_cache_file_name' => '04d2c6273c812256f0e67785e6ccda01' ,
'Async' => (int) 0 ,
]
$belongsTo =array();
$belongsTo [ 0 ]= "Articlesorts" ;
$get_data [ "belongsTo" ]= $belongsTo ;
//$get_data["order"]="title_showid asc";
$xg_website_info = $this -> cache_action ( $get_data );
//處理兼容模板=========
$new_news_xg =array();
if ( count ( $xg_website_info )!= "0" )
Arguments
[
'table_name' => 'Articles' ,
'cache_folder' => '1hours' ,
'where' => [
'Articles.sort_id' => (int) 71 ,
'Articles.status' => (int) 1 ,
] ,
'limit' => (int) 20 ,
'order' => 'Articles.id desc' ,
'belongsTo' => [
(int) 0 => 'Articlesorts' ,
] ,
]
* @ throws \UnexpectedValueException If return value of action is not ` null ` or ` ResponseInterface ` instance .
*/
public function invokeAction ( Closure $action , array $args ): void
{
$result = $action (... $args );
if ( $result !== null && ! $result instanceof ResponseInterface ) {
throw new UnexpectedValueException ( sprintf (
'Controller actions can only return ResponseInterface instance or null. '
. 'Got %s instead.' ,
$args = $this -> getActionArgs (
$action ,
array_values ((array) $controller -> getRequest ()-> getParam ( 'pass' ))
);
$controller -> invokeAction ( $action , $args );
$result = $controller -> shutdownProcess ();
if ( $result instanceof ResponseInterface ) {
return $result ;
Arguments
[
(int) 0 => '306651.html' ,
]
return $runner -> run ( $middlewareQueue , $controller -> getRequest (), $this );
}
return $this -> handle ( $controller -> getRequest ());
}
/**
* Invoke the action .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'QFNYUlXk2j14RBl4KxUFdRTjXzN6SRIOIFqX6SQXmtA0QV4vyBD62iaWhsZcvi3q6M6xExXfBQUkuuk4mrbANSANLhFKdI+MJdBoB0l4djwQPKKLFier4wN0b078JpjoFfW3pWWPT47Y/dIqLOc1Zg==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$controller = $this -> controllerFactory -> create ( $request );
return $this -> controllerFactory -> invoke ( $controller );
}
}
Arguments
object( App\Controller\NewsController ) id: 0 {
paginate => [
]
RequestHandler => object( Cake\Controller\Component\RequestHandlerComponent ) id: 1 {
'components' => [
]
'implementedEvents' => [
'Controller.startup' => 'startup' ,
'Controller.beforeRender' => 'beforeRender' ,
]
'_config' => [
'checkHttpCache' => true ,
'viewClassMap' => [
'' => [maximum depth reached] ,
] ,
]
}
Flash => object( Cake\Controller\Component\FlashComponent ) id: 2 {
'components' => [
]
'implementedEvents' => [
]
'_config' => [
'key' => 'flash' ,
'element' => 'default' ,
'plugin' => null ,
'params' => [
'' => [maximum depth reached] ,
] ,
'clear' => false ,
'duplicate' => true ,
]
}
protected name => 'News'
protected request => object( Cake\Http\ServerRequest ) id: 3 {
trustProxy => false
protected params => [
'' => [maximum depth reached] ,
]
protected data => [
'' => [maximum depth reached] ,
]
protected query => [
'' => [maximum depth reached] ,
]
protected cookies => [
'' => [maximum depth reached] ,
]
protected _environment => [
'' => [maximum depth reached] ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
'' => [maximum depth reached] ,
]
protected _detectors => [
'' => [maximum depth reached] ,
]
protected _detectorCache => [
'' => [maximum depth reached] ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 4 {
}
protected uri => object( Laminas\Diactoros\Uri ) id: 5 {
}
protected session => object( Cake\Http\Session ) id: 6 {
}
protected flash => object( Cake\Http\FlashMessage ) id: 7 {
}
protected attributes => [
'' => [maximum depth reached] ,
]
protected emulatedAttributes => [
'' => [maximum depth reached] ,
]
protected uploadedFiles => [
'' => [maximum depth reached] ,
]
protected protocol => null
protected requestTarget => null
}
protected response => object( Cake\Http\Response ) id: 8 {
'status' => (int) 200
'contentType' => 'text/html'
'headers' => [
'Content-Type' => [
'' => [maximum depth reached] ,
] ,
]
'file' => null
'fileRange' => [
]
'cookies' => object( Cake\Http\Cookie\CookieCollection ) id: 9 {
}
'cacheDirectives' => [
]
'body' => ''
}
protected autoRender => true
protected _components => object( Cake\Controller\ComponentRegistry ) id: 10 {
'_loaded' => [
(int) 0 => 'RequestHandler' ,
(int) 1 => 'Flash' ,
]
'_Controller' => object( App\Controller\NewsController ) id: 0 {}
'_eventManager' => object( Cake\Event\EventManager ) id: 11 {
}
'_eventClass' => 'Cake\Event\Event'
}
protected plugin => null
protected middlewares => [
]
protected _eventManager => object( Cake\Event\EventManager ) id: 11 {}
protected _eventClass => 'Cake\Event\Event'
protected defaultTable => 'News'
protected _tableLocator => object( Cake\ORM\Locator\TableLocator ) id: 12 {
protected locations => [
'' => [maximum depth reached] ,
]
protected _config => [
'' => [maximum depth reached] ,
]
protected instances => [
'' => [maximum depth reached] ,
]
protected _fallbacked => [
'' => [maximum depth reached] ,
]
protected fallbackClassName => 'Cake\ORM\Table'
protected allowFallbackClass => false
protected options => [
'' => [maximum depth reached] ,
]
}
protected modelClass => 'News'
protected _modelFactories => [
'Table' => [
(int) 0 => object( Cake\ORM\Locator\TableLocator ) id: 12 {} ,
(int) 1 => 'get' ,
] ,
]
protected _modelType => 'Table'
protected _viewBuilder => object( Cake\View\ViewBuilder ) id: 13 {
protected _templatePath => null
protected _template => null
protected _plugin => null
protected _theme => 'Kuhuang'
protected _layout => null
protected _autoLayout => true
protected _layoutPath => null
protected _name => null
protected _className => null
protected _options => [
'' => [maximum depth reached] ,
]
protected _helpers => [
'' => [maximum depth reached] ,
]
protected _vars => [
'' => [maximum depth reached] ,
]
}
}
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
}
$response = new Response ([
'body' => 'Middleware queue was exhausted without returning a response '
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'QFNYUlXk2j14RBl4KxUFdRTjXzN6SRIOIFqX6SQXmtA0QV4vyBD62iaWhsZcvi3q6M6xExXfBQUkuuk4mrbANSANLhFKdI+MJdBoB0l4djwQPKKLFier4wN0b078JpjoFfW3pWWPT47Y/dIqLOc1Zg==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $method === 'GET' && $cookieData === null ) {
$token = $this -> createToken ();
$request = $request -> withAttribute ( 'csrfToken' , $this -> saltToken ( $token ));
/** @var mixed $response */
$response = $handler -> handle ( $request );
return $this -> _addTokenCookie ( $token , $request , $response );
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'QFNYUlXk2j14RBl4KxUFdRTjXzN6SRIOIFqX6SQXmtA0QV4vyBD62iaWhsZcvi3q6M6xExXfBQUkuuk4mrbANSANLhFKdI+MJdBoB0l4djwQPKKLFier4wN0b078JpjoFfW3pWWPT47Y/dIqLOc1Zg==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
'HTTP_X_REQUESTED_WITH' => null ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
'ajax' => false ,
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
'csrfToken' => 'QFNYUlXk2j14RBl4KxUFdRTjXzN6SRIOIFqX6SQXmtA0QV4vyBD62iaWhsZcvi3q6M6xExXfBQUkuuk4mrbANSANLhFKdI+MJdBoB0l4djwQPKKLFier4wN0b078JpjoFfW3pWWPT47Y/dIqLOc1Zg==' ,
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
if ( $locale || $this -> locales === [ '*' ]) {
I18n :: setLocale ( $locale );
}
return $handler -> handle ( $request );
}
}
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
if (! in_array ( $request -> getMethod (), $this -> methods , true )) {
return $handler -> handle ( $request );
}
[ $type ] = explode ( ';' , $request -> getHeaderLine ( 'Content-Type' ));
$type = strtolower ( $type );
if (!isset( $this -> parsers [ $type ])) {
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
);
}
$matching = Router :: getRouteCollection ()-> getMiddleware ( $middleware );
if (! $matching ) {
return $handler -> handle ( $request );
}
$middleware = new MiddlewareQueue ( $matching );
$runner = new Runner ();
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'pass' => [
(int) 0 => '306651.html' ,
] ,
'controller' => 'News' ,
'action' => 'view' ,
'plugin' => null ,
'_matchedRoute' => '/articles/view/*' ,
'_ext' => null ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
}
$assetFile = $this -> _getAssetFile ( $url );
if ( $assetFile === null || ! is_file ( $assetFile )) {
return $handler -> handle ( $request );
}
$file = new SplFileInfo ( $assetFile );
$modifiedTime = $file -> getMTime ();
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
*/
public function process ( ServerRequestInterface $request , RequestHandlerInterface $handler ): ResponseInterface
{
try {
return $handler -> handle ( $request );
} catch ( RedirectException $exception ) {
return $this -> handleRedirect ( $exception );
} catch ( Throwable $exception ) {
return $this -> handleException ( $exception , $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
if ( $this -> queue -> valid ()) {
$middleware = $this -> queue -> current ();
$this -> queue -> next ();
return $middleware -> process ( $request , $this );
}
if ( $this -> fallbackHandler ) {
return $this -> fallbackHandler -> handle ( $request );
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( Cake\Http\Runner ) id: 0 {
protected queue => object( Cake\Http\MiddlewareQueue ) id: 1 {
protected position => (int) 6
protected queue => [
'' => [maximum depth reached] ,
]
}
protected fallbackHandler => object( App\Application ) id: 2 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 3 {
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 4 {
}
protected container => object( Cake\Core\Container ) id: 5 {
}
protected _eventManager => object( Cake\Event\EventManager ) id: 6 {
}
protected _eventClass => 'Cake\Event\Event'
}
}
$this -> queue = $queue ;
$this -> queue -> rewind ();
$this -> fallbackHandler = $fallbackHandler ;
return $this -> handle ( $request );
}
/**
* Handle incoming server request and return a response .
Arguments
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
}
$this -> dispatchEvent ( 'Server.buildMiddleware' , [ 'middleware' => $middleware ]);
$response = $this -> runner -> run ( $middleware , $request , $this -> app );
if ( $request instanceof ServerRequest ) {
$request -> getSession ()-> close ();
}
Arguments
object( Cake\Http\MiddlewareQueue ) id: 0 {
protected position => (int) 6
protected queue => [
(int) 0 => object( Cake\Error\Middleware\ErrorHandlerMiddleware ) id: 1 {
} ,
(int) 1 => object( Cake\Routing\Middleware\AssetMiddleware ) id: 2 {
} ,
(int) 2 => object( Cake\Routing\Middleware\RoutingMiddleware ) id: 3 {
} ,
(int) 3 => object( Cake\Http\Middleware\BodyParserMiddleware ) id: 4 {
} ,
(int) 4 => object( Cake\I18n\Middleware\LocaleSelectorMiddleware ) id: 5 {
} ,
(int) 5 => object( Cake\Http\Middleware\CsrfProtectionMiddleware ) id: 6 {
} ,
]
}
object( Cake\Http\ServerRequest ) id: 0 {
trustProxy => false
protected params => [
'plugin' => null ,
'controller' => null ,
'action' => null ,
'_ext' => null ,
'pass' => [
] ,
]
protected data => [
]
protected query => [
]
protected cookies => [
]
protected _environment => [
'LSPHP_ENABLE_USER_INI' => 'on' ,
'PATH' => '/usr/local/bin:/usr/bin:/bin' ,
'TEMP' => '/tmp' ,
'TMP' => '/tmp' ,
'TMPDIR' => '/tmp' ,
'PWD' => '/' ,
'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' ,
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' ,
'HTTP_ACCEPT_LANGUAGE' => 'zh-CN,zh' ,
'HTTP_CONNECTION' => 'Keep-Alive' ,
'CONTENT_TYPE' => 'application/x-www-form-urlencoded; Charset=UTF-8' ,
'CONTENT_LENGTH' => '0' ,
'HTTP_HOST' => 'www.sonygaming.com' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'REDIRECT_QS_SrvConn' => '67' ,
'REDIRECT_QS_AllConn' => '67' ,
'REDIRECT_QS_ConnectionId' => '170145970632245623706245' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/306651.html' ,
'REDIRECT_SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZWo2-qNGtBclq7gXjMRpDgAAAHs' ,
'QS_SrvConn' => '67' ,
'QS_AllConn' => '67' ,
'QS_ConnectionId' => '170145970632245623706245' ,
'SCRIPT_URL' => '/articles/view/306651.html' ,
'SCRIPT_URI' => 'http://www.sonygaming.com/articles/view/306651.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'www.sonygaming.com' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.54.94' ,
'DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'REQUEST_SCHEME' => 'http' ,
'CONTEXT_PREFIX' => '' ,
'CONTEXT_DOCUMENT_ROOT' => '/home3/sjrypamy/public_html/.website_7fe1dacc' ,
'SERVER_ADMIN' => 'webmaster@website-54e01f3d.sjr.ypa.mybluehost.me' ,
'SCRIPT_FILENAME' => '/home3/sjrypamy/public_html/.website_7fe1dacc/webroot/index.php' ,
'REMOTE_PORT' => '56744' ,
'REDIRECT_URL' => '/webroot/articles/view/306651.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/306651.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1701459706.3357 ,
'REQUEST_TIME' => (int) 1701459706 ,
'argv' => [
] ,
'argc' => (int) 0 ,
'ORIGINAL_REQUEST_METHOD' => 'GET' ,
]
protected base => ''
protected webroot => '/'
protected trustedProxies => [
]
protected _detectors => [
'get' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'GET' ,
] ,
'post' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'POST' ,
] ,
'put' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PUT' ,
] ,
'patch' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'PATCH' ,
] ,
'delete' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'DELETE' ,
] ,
'head' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'HEAD' ,
] ,
'options' => [
'env' => 'REQUEST_METHOD' ,
'value' => 'OPTIONS' ,
] ,
'ssl' => [
'env' => 'HTTPS' ,
'options' => [
'' => [maximum depth reached] ,
] ,
] ,
'ajax' => [
'env' => 'HTTP_X_REQUESTED_WITH' ,
'value' => 'XMLHttpRequest' ,
] ,
'json' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'json' ,
] ,
'xml' => [
'accept' => [
'' => [maximum depth reached] ,
] ,
'param' => '_ext' ,
'value' => 'xml' ,
] ,
'mobile' => object( Closure ) id: 1 {
} ,
'tablet' => object( Closure ) id: 2 {
} ,
]
protected _detectorCache => [
]
protected stream => object( Laminas\Diactoros\PhpInputStream ) id: 3 {
protected resource => (resource) Resource id #172
protected stream => 'php://input'
private cache => ''
private reachedEof => false
}
protected uri => object( Laminas\Diactoros\Uri ) id: 4 {
base => ''
webroot => '/'
protected allowedSchemes => [
'' => [maximum depth reached] ,
]
private scheme => 'http'
private userInfo => ''
private host => 'www.sonygaming.com'
private port => null
private path => '/articles/view/306651.html'
private query => ''
private fragment => ''
private uriString => null
}
protected session => object( Cake\Http\Session ) id: 5 {
protected _engine => null
protected _started => null
protected _lifetime => (int) 1440
protected _isCLI => false
}
protected flash => object( Cake\Http\FlashMessage ) id: 6 {
protected _defaultConfig => [
'' => [maximum depth reached] ,
]
protected session => object( Cake\Http\Session ) id: 5 {}
protected _config => [
'' => [maximum depth reached] ,
]
protected _configInitialized => true
}
protected attributes => [
]
protected emulatedAttributes => [
(int) 0 => 'session' ,
(int) 1 => 'flash' ,
(int) 2 => 'webroot' ,
(int) 3 => 'base' ,
(int) 4 => 'params' ,
(int) 5 => 'here' ,
]
protected uploadedFiles => [
]
protected protocol => null
protected requestTarget => null
}
object( App\Application ) id: 0 {
protected configDir => '/home3/sjrypamy/public_html/.website_7fe1dacc/config/'
protected plugins => object( Cake\Core\PluginCollection ) id: 1 {
protected plugins => [
'' => [maximum depth reached] ,
]
protected names => [
'' => [maximum depth reached] ,
]
protected positions => [
'' => [maximum depth reached] ,
]
protected loopDepth => (int) -1
}
protected controllerFactory => object( Cake\Controller\ControllerFactory ) id: 2 {
protected container => object( Cake\Core\Container ) id: 3 {
}
protected controller => object( App\Controller\NewsController ) id: 4 {
}
}
protected container => object( Cake\Core\Container ) id: 3 {}
protected _eventManager => object( Cake\Event\EventManager ) id: 5 {
'_listeners' => [
]
'_isGlobal' => true
'_trackEvents' => false
'_generalManager' => '(object) EventManager'
'_dispatchedEvents' => null
}
protected _eventClass => 'Cake\Event\Event'
}
// Bind your application to the server.
$server = new Server (new Application ( dirname ( __DIR__ ) . '/config' ));
// Run the request/response through the application and emit the response.
$server -> emit ( $server -> run ());
Error in:
ROOT/vendor/cakephp/cakephp/src/Database/Schema/CachedCollection.php, line 80
If you want to customize this error message, create
templates/Error/error500.php
亚洲国产AⅤ精品一区二区蜜桃_哈昂~哈昂够了够了双男_全本小说免费阅读_我和漂亮的妽妽发生了性关糸
aaa级精品无码久久久国产片
精品人妻av一区二区三区
国产精品久久高潮呻吟无码
国产成人av片无码免费
国产成人av区一区二区三
亚洲色欲久久久综合网东京热
国产真人无码作爱视频免费
性做久久久久久免费观看
亚洲av人人澡人人爽人人夜夜
久久99精品久久久久久无毒不卡
人妻在线日韩免费视频
999久久久无码国产精蜜柚
国产成人无码区免费a∨视频网站
无码人妻精品一区二区三区在线
欧美性大战xxxxx久久久
成人毛片100部免费看
亚洲av综合永久无码精品天堂
精品久久久久国产免费
无码人妻aⅴ一区 二区 三区
亚洲国产婷婷香蕉久久久久久
亚洲aⅴ中文无码字幕色本草
女人和拘做受a级毛片视频
亚洲aⅴ永久无码一区二区三区
无码视频一区二区三区
久久天堂av女色优精品
一本一道aⅴ无码中文字幕
好爽毛片一区二区三区色欲
中文字幕二区av人妻少妇
精品人妻系列无码一区二区三区
粉色视频影院在线观看
亚洲国产精品成人综合色在线
国产成人片无码免费爱线观看
国产成人欧美精品视频app
国产性按摩xxxx
亚洲午夜福利av一区二区无码
免费无码一区二区三区蜜桃
国语对白做受xxxxx在线中国
国产无套无码aⅴ在线观看
久久久亚洲欧洲日产国码农村
亚洲av综合色区无码一二三区
性色av人妻无码一区
熟妇人妻av中文字幕老熟妇
永久免费aⅴ无码网站在线观看
国产午夜精品一区二区三区漫画
无码熟妇人妻av影音先锋
麻豆蜜桃av蜜臀av色欲av
无码av人妻精品一区二区三区抖...
久久无码人妻精品一区二区三区
久久精品aⅴ无码中文字字幕重口
中文字幕无码日韩专区免费
337p日本欧洲亚洲大胆色噜噜
久久久久久av无码免费看大片
国产成人av区一区二区三
亚洲精品乱码久久久久久
人妻少妇偷人精品无码洋洋av
久久久www成人免费毛片
成人亚洲欧美久久久久
人人妻人人添人人爽日韩欧美
亚洲av无码乱码在线观看性色
中文字幕乱偷无码av先锋蜜桃
色窝窝无码一区二区三区成人网站
免费无码毛片一区二区app
无遮挡边吃奶边做刺激视频
三级国产三级在线
亚洲爆乳无码专区www
狠狠人妻久久久久久综合蜜桃
国产成人精品午夜福利app
制服丝袜人妻中文字幕在线
国产精品无码无片在线观看3d
国产一区二区三区色噜噜
亚洲国产成人精品无码区在线
亚洲va久久久噜噜噜久久天堂
国产成人无码3000部
久久成人无码国产免费播放
亚洲精品无码久久毛片
国产精品爽爽va在线观看无码
性色av乱码一区二区三区
日本乱偷人妻中文字幕在线
自拍偷在线精品自拍偷无码专区
久久国产精品波多野结衣av
激情偷乱人伦小说视频在线
小辣椒av福利在线网站
久久久久国色av免费看
精品国产一区二区三区久久久狼
四虎永久在线精品国产馆v视影院
久久精品无码免费不卡
国产午夜激无码av片在线观看
亚洲av无码一区二区三区系列
亚洲国产精品久久久久蜜桃网站
国产精品va在线观看无码
四虎精品成人a在线观看
人人妻人人澡人人爽精品欧美
韩国色成人网站www永久在线观...
亚洲国产成人精品女人久久久
少妇aaa级久久久无码精品片
爆乳无码av一区二区三区
国产麻豆精品乱码一区
国产成人无码一区二区三区在线
亚洲av无码乱码国产精品品麻豆
亚洲国产精品久久久久爰色欲
无码人妻aⅴ一区 二区 三区
粉色视频影院在线观看
久久精品国产精品国产一区
无码精品人妻一区二区三区影院
青青草原精品国产亚洲av
在线播放免费人成毛片乱码
久久久老熟女一区二区三区
久久久久久精品免费免费wei
亚洲18色成人网站www
久久无码人妻一区二区三区
夜夜爽妓女77777免费观看
日韩av无码成人精品国产
国产三级精品三级在专区
久久久久无码精品国产蜜桃
免费a级毛片无码专区
国产成人综合久久精品推最新
18禁免费无码无遮挡不卡网站
人妻在厨房被色诱 中文字幕
一本色道久久综合无码人妻
国产精品国产三级国产专播
精品国产乱码久久久久久
国产成人综合在线视频
久久精品国产一区二区电影
国产成人无码综合亚洲日韩
精品久久久久久无码成人
久久久久99精品成人片直播
久久精品国产亚洲av麻豆甜
久久国产成人午夜av影院
精品人妻一区二区三区
人妻少妇无码精品视频区
国产精品情侣呻吟对白视频
国产成人无码18禁午夜福利网址
蜜桃av无码免费看永久
国产成人无码18禁午夜福利网址
人妻av鲁丝一区二区三区蜜臀
国产成人无码免费视频麻豆
精品人妻码一区二区三区
中文无码日韩欧免费视频
亚洲精品无码
狠狠人妻久久久久久综合九色
久久久久亚洲av无码专区导航
亚洲中文字幕无码专区
少妇高潮一区二区三区99
成人毛片无码一区二区
国产在线观看无码免费视频
久久久久av综合网成人
日韩人妻无码专区精品
国产精品无码久久久久成人影院
亚洲国产精品无码成人片久久
亚洲人成无码网站久久99热国产
国产精品久久无码不卡黑寡妇
精品人伦一区二区三区蜜桃牛牛
久久久久久久久久久精品尤物
色婷婷av一区二区三区浪潮
久久精品国产精品国产一区
在线观看国产成人av片
放荡大屁股少妇高潮喷水
久久久久亚洲av无码专区导航
久久精品国产99久久丝袜蜜桃
久久国产精品波多野结衣av
亚洲aⅴ无码日韩av中文av伦
亚洲av无码乱码国产精品久久
av福利无码亚洲网站麻豆
日本熟妇色xxxxxbbb日本...
国产精品久久久久久久
无码av人妻精品一区二区三区抖...
国产精品国产三级国产av剧情
97在线视频人妻无码
亚洲av无码一区二区三区性色
无码人妻精品一区二区三区久久久
欧美激情精品久久久久久
亚洲国产成人久久一区二区三区
国产综合无码一区二区辣椒
色婷婷基地
久久久久久精品国产亚洲av麻豆
亚洲精品无码久久久久av老牛
国产成人综合久久精品推最新
精品欧洲av无码一区二区三区
久久99亚洲网美利坚合众国
精品少妇人妻av一区二区
亚洲精品无码午夜福利理论片
亚洲成av人片一区二区三区
国产成人久久777777
老色69久久九九精品高潮
被两根粗大前后共享娇妻
国产精品毛片无码
无码视频一区二区三区
欧美人妻精品一区二区三区
免费av观看
亚洲va中文字幕无码一区
人妻另类 专区 欧美 制服
人人妻人人狠人人爽天天综合网
国产品无码一区二区三区在线蜜桃
久久棈精品久久久久久噜噜
亚洲成av人片在线观看www
无码人妻aⅴ一区二区三区
japan极品邻居人妻vide...
色欲av蜜臀一区二区三区多人
国产成人久久av免费看澳门
无码人妻一区二区三区精品视频
亚洲乱码国产乱码精品精
精品亚洲av无码国产一区在线
中文字幕久久久人妻无码
无码一区二区三区中文字幕
麻豆蜜桃69无码专区在线
少妇高潮抽搐无码久久av
欧洲亚洲日韩性无码专区
精品无码久久久久国产app
国产成人精品亚洲精品
人人爽人人爽人人爽人人片av
亚洲精品无码不卡在线播放he
无码熟熟妇丰满人妻啪啪软件
亚洲欧美日韩国产成人精品影院
亚洲国产成人一区二区精品区
亚洲av区无码字幕中文色
无码少妇一区二区三区浪潮av
少妇无码一区二区二三区
少妇无码一区二区二三区
亚洲精品无码久久久久av麻豆
亚洲熟妇成人精品一区
精品人妻伦一二三区久久
亚洲精品无码久久久久av麻豆
国产成人精品自在钱拍
亚洲熟妇成人精品一区
av免费网址在线观看
精品人妻无码一区二区色欲产成人
亚洲精品成人无码中文毛片不卡
精品久久久久国产免费
亚洲午夜无码av毛片久久
无码日韩人妻精品久久蜜桃
国产免费无码一区二区
亚洲av综合永久无码精品天堂
欧美成人精品a∨在线观看
亚洲一区精品无码
人妻av鲁丝一区二区三区蜜臀
97成人无码免费一区二区中文
精品国产乱码久久久久久郑州公司15509
亚洲av无码成人精品区在线观看
精品成人av一区二区三区
97在线视频人妻无码
国产成人综合久久精品推最新
少妇被躁爽到高潮无码0000
超碰aⅴ人人做人人爽
亚洲熟妇无码av不卡在线播放
国产成人久久av免费看澳门
chinese国产av
久久精品无码一区二区www
亚洲午夜无码久久久久小说
国产精品51麻豆cm传媒
中文无码日韩欧免费视频
国产免费av片在线无码免费看
蜜臀亚洲av无码精品国产午夜.
久久无码人妻一区二区三区
中文字幕久久久人妻无码
亚洲国产成人无码av在线影院l
国产v亚洲v天堂a无码久久蜜桃
高潮毛片无遮挡高清免费
国产成人精品视频ⅴa秋霞影院
亚洲av激情无码专区在线播放
久久精品国产亚洲av麻豆蜜芽
亚洲爆乳无码专区www
videojapan日本人妻
久久人人爽人人人爽成人av片
亚洲av无码乱码在线观看裸奔
精品一区二区三区东京热
久久久久久久97
亚洲精品无码av人在线观看国产
一夲道无码人妻精品一区二区
香蕉欧美成人精品a∨在线观看
真实处破女刚成年av网站
欧美黑人又粗又大久久久
国产高潮国产高潮久久久
精品国产亚洲av麻豆
久久天天躁狠狠躁夜夜avapp
日韩国产成人无码av毛片
国产午夜亚洲精品国产成人
videojapan日本人妻
久久夜色精品国产亚洲
狠狠色丁香婷婷久久综合蜜芽
亚洲国产精品久久一线不卡
亚洲国产成人精品女人久久久
久久精品国产亚洲av果冻传媒
无码一区二区
国产成人无码一区二区三区在线
videojapan日本人妻
99久久精品费精品国产
久久香蕉超碰97国产精品
爆乳无码av一区二区三区
久久久久久久精品免费看
亚洲精品蜜桃久久久久久
精品无码久久久久久久久水蜜桃
亚洲精品无码不卡在线播放he
japanesehd熟女熟妇伦
久久久久亚洲av无码专区首jn
免费av观看
精品国产aⅴ无码一区二区蜜桃
亚洲国产成人精品激情资源
亚洲av区无码字幕中文色
人人爽人人爽人人爽人人片av
国产精品国产三级国产an
中文字幕无码日韩专区免费
亚洲精品蜜桃久久久久久
国产性按摩xxxx
亚洲av无码国产永久播放蜜芽
chinese中年熟妇free
精品无码成人久久久久久
精品久久人人妻人人做人人玩
成人区人妻精品一区二区不卡视频
精品国产v无码大片在线看
999久久久无码国产精蜜柚
国产精品特级毛片一区二区
亚洲av无码国产精品永久一区
国产成人一区二区三区影院
国产成人精品综合久久久久
久久精品免费一区二区三区
av无码不卡一区二区三区
99国内精品久久久久久久清纯
国产色噜噜噜在