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 4081 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 6395
App\Controller\NewsController::get_data() - APP/Controller/NewsController.php, line 5665
App\Controller\NewsController::action_cache() - APP/Controller/NewsController.php, line 5589
App\Controller\NewsController::cache_action() - APP/Controller/NewsController.php, line 5245
App\Controller\NewsController::view() - APP/Controller/NewsController.php, line 3191
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\articles_enTable ) id: 0 {
'registryAlias' => 'Articles_en'
'table' => 'articles_en'
'alias' => 'Articles_en'
'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\articles_enTable ) id: 0 {
'registryAlias' => 'Articles_en'
'table' => 'articles_en'
'alias' => 'Articles_en'
'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 );
}
$recentArticles = $this -> fetchTable ( $table_name )-> find ( 'all' , $where_ )-> contain ( $belongsTo )-> all ();;
}
else
{
$recentArticles = $this -> fetchTable ( $table_name )-> find ( 'all' , $where_ )-> all ();
}
}
$return = $this -> object2array ( $recentArticles );
}
Arguments
[
'conditions' => [
'Articles_en.id' => '353118' ,
'Articles_en.status' => (int) 1 ,
] ,
'fields' => [
(int) 0 => 'Articles_en.id' ,
(int) 1 => 'Articles_en.art_title' ,
] ,
]
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_en' ,
'cache_folder' => 'long' ,
'where' => [
'Articles_en.id' => '353118' ,
'Articles_en.status' => (int) 1 ,
] ,
'fields' => 'Articles_en.id,Articles_en.art_title' ,
'cache_cache_file_name' => '4fb7713bf4a4e762b06919b4134dbe06' ,
'Async' => (int) 0 ,
]
// echo "<br>======2======<br>\n";
// echo "不存在/";
$file = $this -> $action ( $array );
if ( $file [ "code" ]== 200 and is_array ( $file [ "data" ]))
{
//獲取數據成功!
Arguments
[
'table_name' => 'Articles_en' ,
'cache_folder' => 'long' ,
'where' => [
'Articles_en.id' => '353118' ,
'Articles_en.status' => (int) 1 ,
] ,
'fields' => 'Articles_en.id,Articles_en.art_title' ,
'cache_cache_file_name' => '4fb7713bf4a4e762b06919b4134dbe06' ,
'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_en' ,
'cache_folder' => 'long' ,
'where' => [
'Articles_en.id' => '353118' ,
'Articles_en.status' => (int) 1 ,
] ,
'fields' => 'Articles_en.id,Articles_en.art_title' ,
'cache_cache_file_name' => '4fb7713bf4a4e762b06919b4134dbe06' ,
'Async' => (int) 0 ,
]
// $belongsTo=array();
// $belongsTo[0]="Articlesorts";
// $get_data["belongsTo"]=$belongsTo;
// $get_data["get_article_info"]=1;//識別是否是獲取文章詳情
$en_article = $this -> cache_action ( $get_data );
if ( count ( $en_article )!= "0" )
{
$this -> set ( "en_url" , $en_article [ 0 ][ "url" ]);
$this -> set ( "en_article" , $en_article [ 0 ][ "art_title" ]);
Arguments
[
'table_name' => 'Articles_en' ,
'cache_folder' => 'long' ,
'where' => [
'Articles_en.id' => '353118' ,
'Articles_en.status' => (int) 1 ,
] ,
'fields' => 'Articles_en.id,Articles_en.art_title' ,
]
* @ 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 => '353118.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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'ojOc39ZL5egmUv3+HsdET7Msn45OevXBT5ZtNFVhHAu1r83dPvvkWvLGr0DWS7buTrVLET2kDqqR01qwvUZpP5AUxoPcsMpDhByr7C9IxPZ99AtXMVZ6PoCZ+O8JmdZrlqTOeeZ4h9x40SgkW8I7ng==' ,
]
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 => null
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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'ojOc39ZL5egmUv3+HsdET7Msn45OevXBT5ZtNFVhHAu1r83dPvvkWvLGr0DWS7buTrVLET2kDqqR01qwvUZpP5AUxoPcsMpDhByr7C9IxPZ99AtXMVZ6PoCZ+O8JmdZrlqTOeeZ4h9x40SgkW8I7ng==' ,
]
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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'ojOc39ZL5egmUv3+HsdET7Msn45OevXBT5ZtNFVhHAu1r83dPvvkWvLGr0DWS7buTrVLET2kDqqR01qwvUZpP5AUxoPcsMpDhByr7C9IxPZ99AtXMVZ6PoCZ+O8JmdZrlqTOeeZ4h9x40SgkW8I7ng==' ,
]
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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'ojOc39ZL5egmUv3+HsdET7Msn45OevXBT5ZtNFVhHAu1r83dPvvkWvLGr0DWS7buTrVLET2kDqqR01qwvUZpP5AUxoPcsMpDhByr7C9IxPZ99AtXMVZ6PoCZ+O8JmdZrlqTOeeZ4h9x40SgkW8I7ng==' ,
]
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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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 => '353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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' => 'wap.13ez.cn' ,
'HTTP_REFERER' => 'http://www.baidu.com' ,
'HTTP_USER_AGENT' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)' ,
'REDIRECT_REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_REDIRECT_STATUS' => '200' ,
'REDIRECT_UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'REDIRECT_QS_SrvConn' => '50' ,
'REDIRECT_QS_AllConn' => '50' ,
'REDIRECT_QS_ConnectionId' => '170220647581786672319704' ,
'REDIRECT_SCRIPT_URL' => '/articles/view/353118.html' ,
'REDIRECT_SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'REDIRECT_STATUS' => '200' ,
'UNIQUE_ID' => 'ZXWcC1S7GhhIIzNp8tyEYAAAAXQ' ,
'QS_SrvConn' => '50' ,
'QS_AllConn' => '50' ,
'QS_ConnectionId' => '170220647581786672319704' ,
'SCRIPT_URL' => '/articles/view/353118.html' ,
'SCRIPT_URI' => 'http://wap.13ez.cn/articles/view/353118.html' ,
'SERVER_SIGNATURE' => '' ,
'SERVER_SOFTWARE' => 'Apache' ,
'SERVER_NAME' => 'wap.13ez.cn' ,
'SERVER_ADDR' => '50.87.224.105' ,
'SERVER_PORT' => '80' ,
'REMOTE_ADDR' => '38.239.52.70' ,
'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' => '54653' ,
'REDIRECT_URL' => '/webroot/articles/view/353118.html' ,
'SERVER_PROTOCOL' => 'HTTP/1.1' ,
'REQUEST_METHOD' => 'GET' ,
'QUERY_STRING' => '' ,
'REQUEST_URI' => '/articles/view/353118.html' ,
'SCRIPT_NAME' => '/webroot/index.php' ,
'PHP_SELF' => '/webroot/index.php' ,
'REQUEST_TIME_FLOAT' => (float) 1702206475.8299 ,
'REQUEST_TIME' => (int) 1702206475 ,
'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 => 'wap.13ez.cn'
private port => null
private path => '/articles/view/353118.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
欧美一区二区三区成人片在线_久久WWW成人免费直播_国产乱色精品成人免费视频_RYLSKYART人体欣赏
麻豆AV一区二区天美传媒
亚洲AV无码成人网站在线观看
亚洲AV无码成人精品区在线观看
亚洲欧美精品午睡沙发
天堂在/线在线资源
久久午夜无码鲁丝片午夜精品
亚洲精品乱码久久久久久蜜桃不卡
FREE HD XXXX MO...
OLDGRANNY日本老熟:妇
自拍偷在线精品自拍偷无码专区
国产午夜无码福利在线看网站
中文字幕亚洲无线码在线一区
免费欧洲毛片A级视频老妇女
国产精品色视频ⅩXXX
国模无码一区二区三区
在线观看国产精选免费
麻豆精品一区二区综合AV
久久天堂AV女色优精品
亚洲精品无码午夜福利理论片
99久久99久久精品免费看蜜桃
亚洲国产精品一区久久AV
色综合久久久久综合一本到桃花网
少妇性xxxxxxxxx色
国产成人精品一区二区秒播
久久综合给合久久狠狠狠97色
亚洲色偷拍另类无码专区
久久国内精品自在自线图片
国产精品99久久久久久宅男小说
婷婷综合另类小说色区
中文字幕乱妇无码AV在线
久久WWW免费人成—看片
亚洲AV中文无码乱人伦在线咪咕
亚洲国产精品无码久久久久高潮
99国产精品久久久久久久成人热
一本色道久久综合亚洲精品
精品一区二区无码免费
亚洲国产精品久久久久爰色欲
国产97人人超碰CAO蜜芽
麻豆AV一区二区天美传媒
精品人妻无码一区二区色欲产成人
国产未成女一区二区三区
国产精品IGAO视频网
尤物193在线人妻精品免费
国产午夜精品一区二区三区极品
亚洲精品第一国产综合亚AV
亚洲AV成人网
亚洲国产精品久久久久蜜桃噜噜
午夜精品18的视频国产
八戒八戒视频在线WWW观看
国产成人亚洲精品无码青青草原
久久精品99国产精品蜜桃
国产好大好硬好爽免费不卡
久久精品国产99久久久古代
中文字幕无码乱人伦
久久香蕉超碰97国产精品
欧美成人伊人久久综合网
亚洲AV永久无码精品一区二区国...
69国产成人综合久久精品
色视频WWW在线播放国产人成
凌晨三点看的片WWW在线看
樱桃视频免费观看视频大全
午夜无码免费福利视频网址
久久久久久精品无码
日韩AV人人夜夜澡人人爽
性高朝久久久久久久3小时
亚洲欧美偷拍另类A∨
日韩人妻无码精品一专区
亚洲AV无码成人专区
欧美性少妇FREEXXOO
人人妻人人爽人人澡欧美一区
精品国产亚洲第一区二区三区
色欲AV综合AV无码AⅤ
亚洲AV永久无码精品黑人
中文字幕AV人妻少妇一区二区
被两根粗大前后共享娇妻
996久久国产精品线观看
久久6久久66热这里只是精品
国产无遮挡裸体免费视频在线观看
国产成人亚洲精品青草天美
精品一区二区三区无码视频
狠狠人妻久久久久久综合蜜桃
国产男女猛烈无遮挡免费视频网站
亚洲AV永久无码精品表情包
国产精品久久久久久久9999
精品系列无码一区二区三区
亚洲欧洲精品成人久久曰影片
无码人妻AⅤ一区二区三区夏目
久久综合精品国产一区二区三区无
久久99国产精品片久久99蜜桃
久爱WWW成人网免费视频
亚洲AV无码一区二区三区在线观...
久久99国产精品久久99蜜桃
亚洲国产精品久久久久婷蜜芽
久久棈精品久久久久久噜噜
2022最新韩国理伦片在线观看
一区二区三区成人免费视频
免费a级作爱片免费观看美国
无遮挡边吃摸边吃奶边做
性做久久久久久久久
国产三级久久久精品麻豆三级
日本人妻丰满熟妇久久久久久
天堂资源在线WWW中文
亚洲精品一品区二品区三品区
久久无码人妻一区二区三区
国产伦精品免编号公布
日本中文字幕伊人成中文字幕
国产乱码精品一区二区三区中文
亚洲一区精品无码色成人
中文人妻无码一区二区三区
伊人久久大香线蕉AV色婷婷色
精品久久久久久无码人妻中文字幕
国产精品国产三级国产专播
久久精品国产99国产精品导航
久久精品国产免费播蜜桃
XXXXX18日本人HDXX
久久精品亚洲精品无码
国产V亚洲V天堂无码网站
色欲国产精品久久毛片AV大全
久久久噜噜噜久噜久久
精品成A人无码亚洲成A无码
人妻无码中文字幕免费视频蜜桃
伊人久久大香线蕉亚洲
亚洲乱码卡一卡二卡新区
国产成人综合
无码任你躁久久久久久老妇APP
24HOUR.PRON
久久综合激激的五月天
欧美国产成人久久精品
久久99精品久久久久久秒播
免费少妇A级毛片人成网
亚洲AV成人片无码网站
99久久国产综合精品麻豆
成人午夜亚洲精品无码网站
又摸又揉又黄又爽的视频
精品无码久久久久久尤物
国产小受呻吟GV视频在线观看
久久亚洲精品成人无码网站
久久人妻少妇嫩草AV蜜桃
久久久亚洲综合久久久久87
亚洲AV无码成人专区
亚洲精品午夜国产VA久久成人
最近2019中文字幕第一页视频
国产成人精品一区二三区在线观看
久久久久亚洲AV无码去区首
久久久久99精品成人片试看
精品国产成AV片在线观看
亚洲VA久久久噜噜噜久久男同
国产精品成人亚洲777
久久青青无码亚洲AV黑人
免费人成在线观看网站体验站
精品无码人妻一区二区三区品
97亚洲成A人无码亚洲成A无码
国产成人精品A视频一区
乱码丰满人妻一二三区麻豆
国产一区二区三区久久精品
亚洲一区二区三区日本久久九
久久久亚洲综合久久久久87
久久精品国产一区二区电影
欧美亚洲综合另类色妞网
久久久久亚洲国产AV麻豆
免费人成在线观看网站
亚洲精品WWW久久久久久
久久精品国产99精品亚洲蜜桃
青青小草AV一区二区三区
麻豆国产尤物AV尤物在线观看
一个人看的片免费高清www
日日噜噜夜夜狠狠久久AV
99精品久久99久久久久
亚洲AV成人无码一二三在线观看
一本无码人妻在中文字幕
免费看国产成年无码AV片
欧美日韩在线视频
免费人成年激情视频在线观看
亚洲AV永久中文无码精品综合
国产旡码高清一区二区三区
综合无码成人AⅤ视频在线观看
日本夜爽爽一区二区三区
亚洲国产精品久久久就秋霞
色欲国产精品久久毛片AV大全
高潮久久久久久久久不卡
国产成人无码免费视频97APP
亚洲精品乱码久久久久久蜜桃图片
国产综合AV一区二区三区无码
亚洲一区二区三区乱码AⅤ蜜桃女
AV无码人妻无码男人的天堂
日韩精品区一区二区三VR
久久vs国产
欧美熟妇另娄久久久久久
国产成人精品A视频一区
2022色婷婷综合久久久
乱码AV麻豆丝袜熟女系列
国产无遮挡裸体免费视频
久久精品一区二区三区
麻豆AⅤ精品无码一区二区
国产AⅤ精品一区三区
野花视频日本社区免费
国产精品亚洲ΑV天堂无码
综合色天天鬼久久鬼色
国产99在线 | 亚洲
精品人妻AV无码一区二区三区
久久久久久精品久久久久
美女又大又黄WWW免费网站
久久精品国产亚洲AV无码偷窥
久久久久久精品无码
精品国产乱码久久久久久
国产午夜精AV在线麻豆
精品一区二区三区东京热
FREEMOVIES性中国..
国产精品电影久久久久电影网
色综合AV综合无码综合网站
亚洲精品无码久久久久AV麻豆
亚洲精品无码专区在线
中文人妻熟妇精品乱又伦
波多野结衣AV中文一区二区三区
一本到12不卡视频在线dvd
99久久国产综合精品麻豆
中文字幕二区AV人妻少妇
伊人久久大香线蕉综合
日韩亚洲AV人人夜夜澡人人爽
午夜精品久久久久久久99热
亚洲精品色无码AV
精品国产一区二区三区AV性色
久久精品国产精品亚洲毛片
麻豆成人久久精品二区三区免费
久久久久久久久久久精品尤物
亚洲日韩VA无码中文字幕
欧美精品一国产成人综合久久
99久久精品费精品国产一区二区
GAY欧美猛男巨大FUCKIN...
精品少妇AV无码免费久久洗澡
亚洲欧美综合精品成人网站
国产精品欧美一区二区三区不卡
无码人妻精品一区二区蜜桃百度
人妻少妇精品无码专区动漫
аⅴ资源中文在线天堂
亚洲精品乱码久久久久久自慰
中文字幕乱码成人高清在线
国产免费观看久久黄AV片
亚洲精品无码久久久久久
国产精品99久久久久久宅男小说
无人区码卡二卡WWW
亚洲精品无码午夜福利理论片
国产亚洲一本大道中文在线
色88久久久久高潮综合影院
欧美黑人粗大XXXXBBBB
久久夜色国产精品亚洲AV
人妻VA精品VA欧美VA
国模少妇无码一区二区三区
国99精品无码一区二区三区
亚洲AV日韩AV永久无码久久
精品无码一区二区三区爱欲
精品少妇人妻AV一区二区三区
久久久久国色AV免费观看性色
最近高清中文字幕在线国语5
国产嫖妓一区二区三区无码
久久精品国产99久久丝袜蜜桃
亚洲VA久久久噜噜噜久久男同
伊人久久大香线蕉亚洲五月天
欧美黑人粗大XXXXBBBB
色婷婷五月综合亚洲小说
夜夜爱夜夜做夜夜爽
久久久久精品无码一区二区三区
久久久久无码精品国产AV蜜桃
一个人看的www视频高清免费版
久久亚洲AV无码国产精品
啊轻点灬大JI巴太粗太长了欧美
中文人妻无码一区二区三区在线
亚洲一区东京热国产AV无码
国产在线精品成人一区二区三区
久久久久国产亚洲AⅤ麻豆
亚洲AV永久无无码精品一区二区...
精品国产青草久久久久福利
嘟嘟嘟WWW在线观看免费高清
亚洲精品无码AⅤ中文字幕蜜桃
国产男女无遮挡猛进猛出
久久久久人妻一区精品果冻
国产激情一区二区三区小说
麻豆成人久久精品二区三区免费
成人午夜福利免费无码视频
一本色道无码道DVD在线观看
免费人成在线观看网站
人人妻人人添人人爽日韩欧美
久久久久久亚洲精品不卡
99久久99久久精品免费看蜜桃
久久久久亚洲AV无码麻豆
久久中文字幕人妻丝袜系列
A级毛片无码免费真人
久久久久久久精品国产亚洲
精品国产一区二区三区麻豆
国产成人AV乱码在线观看
国模精品一区二区三区
玉蒲团之夜销魂完整在线观看
欧洲免费无码视频在线
亚洲国产婷婷综合在线精品
国产精品导航一区二区
亚洲区小说区图片区QVOD
最近免费最新高清中文字幕韩国
性欧美ⅩXX1819内谢
中文字幕一区二区人妻
亚洲AV综合永久无码精品天堂
热RE99久久精品国99热
精品久久久久中文字幕
99久久99久久免费精品蜜桃
成人无码免费一区二区三区
国产精品特级毛片一区二区三区
久久久久久
少妇人妻无码专区视频
全免费A级毛片免费看网站
亚洲AV成人综合网久久
亚洲午夜国产精品无码老牛影视
亚洲爆乳无码专区WWW
亚洲AV成人综合网久久
久久精品国产亚洲AV热无遮挡
最近中文字幕MV免费视频
WWW.久久
尤物99国产成人精品视频
久久精品国产99久久丝袜蜜桃
国产99久久久国产精品免费看
亚洲精品国产品国语在线
精品一区二区三区在线成人
免费AV观看
国产精品VIDEOSSEX久久
一个人的在线观看WWW
亚洲欧洲无码精品ⅤA
亚洲国产婷婷香蕉久久久久久
久久精品国产亚洲AV网站
亚洲 国产 韩国 欧美 在线
久久无码AV中文出轨人妻
麻豆成人精品国产免费
鲁一鲁一鲁一鲁一澡
国产亚洲精品一区在线播放
国产精品V欧美精品V日韩