[0] InvalidArgumentException in Response.php line 316

variable type error: boolean

  1. {
  2. if (null == $this->content) {
  3. $content = $this->output($this->data);
  4. if (null !== $content && !is_string($content) && !is_numeric($content) && !is_callable([
  5. $content,
  6. '__toString',
  7. ])
  8. ) {
  9. throw new \InvalidArgumentException(sprintf('variable type error: %s', gettype($content)));
  10. }
  11. $this->content = (string) $content;
  12. }
  13. return $this->content;
  14. }
  15. /**
  16. * 获取状态码

Call Stack

  1. in Response.php line 316
  2. at Response->getContent() in Response.php line 94
  3. at Response->send() in start.php line 19
  4. at require('/www/wwwroot/www.cqz...') in index.php line 21

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
cqzkedu.cn
PATH_INFO
//college/detail/32.html
REDIRECT_STATUS
200
SERVER_NAME
www.cqzkedu.cn
SERVER_PORT
443
SERVER_ADDR
172.24.171.52
REMOTE_PORT
35922
REMOTE_ADDR
3.94.102.228
SERVER_SOFTWARE
nginx/1.14.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/www.cqzkedu.cn
DOCUMENT_URI
/index.php
REQUEST_URI
/college/detail/32.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=//college/detail/32.html
SCRIPT_FILENAME
/www/wwwroot/www.cqzkedu.cn/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711664169.3205
REQUEST_TIME
1711664169
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.cqzkedu.cn/application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711664169.321
THINK_START_MEM
415272
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.cqzkedu.cn/thinkphp/
LIB_PATH
/www/wwwroot/www.cqzkedu.cn/thinkphp/library/
CORE_PATH
/www/wwwroot/www.cqzkedu.cn/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.cqzkedu.cn/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.cqzkedu.cn/
EXTEND_PATH
/www/wwwroot/www.cqzkedu.cn/extend/
VENDOR_PATH
/www/wwwroot/www.cqzkedu.cn/vendor/
RUNTIME_PATH
/www/wwwroot/www.cqzkedu.cn/runtime/
LOG_PATH
/www/wwwroot/www.cqzkedu.cn/runtime/log/
CACHE_PATH
/www/wwwroot/www.cqzkedu.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/www.cqzkedu.cn/runtime/temp/
CONF_PATH
/www/wwwroot/www.cqzkedu.cn/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false