{
$this->path = (string) tempnam($dir, $prefix);
}
/** Destroy this TemporaryFile object. */
public function __destruct()
{
unlink($this->path);
}
/** Get the path to the temporary file. */
public function __toString(): string
{
return $this->path;
}
/** Get the raw contents of the file. */
public function getContents(): string
{
return (string) file_get_contents($this->path);
}
}
"Allowed memory size of 134217728 bytes exhausted (tried to allocate 169523048 bytes)"
}
/**
* Special case to deal with Fatal errors and the like.
*
* @return void
*/
public function handleShutdown()
{
// If we reached this step, we are in shutdown handler.
// An exception thrown in a shutdown handler will not be propagated
// to the exception handler. Pass that information along.
$this->canThrowExceptions = false;
$error = $this->system->getLastError();
if ($error && Misc::isLevelFatal($error['type'])) {
// If there was a fatal error,
// it was not handled in handleError yet.
$this->allowQuit = false;
$this->handleError(
$error['type'],
$error['message'],
$error['file'],
$error['line']
);
}
}
/**
* @param Throwable $exception
*
* @return Inspector
*/
private function getInspector($exception)
{
return new Inspector($exception);
}
/**
* Resolves the giving handler.
| Key | Value |
| zip | "管理DATA/D-会計・財務・長計/D30-長期修繕計画/20250110-長期修繕計画書/資料/消防点検報告書・見積書"
|
| Key | Value |
| PATH | "/usr/local/bin:/bin:/usr/bin"
|
| HTTP_ACCEPT | "*/*"
|
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
| HTTP_HOST | "root.welv51.org"
|
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
| DOCUMENT_ROOT | "/home/welv51/domains/root.welv51.org/public_html"
|
| REMOTE_ADDR | "216.73.216.16"
|
| REMOTE_PORT | "11046"
|
| SERVER_ADDR | "163.44.176.12"
|
| SERVER_NAME | "root.welv51.org"
|
| SERVER_ADMIN | "webmaster@welv51.org"
|
| SERVER_PORT | "443"
|
| REQUEST_SCHEME | "https"
|
| REQUEST_URI | "/?zip=%E7%AE%A1%E7%90%86DATA%2FD-%E4%BC%9A%E8%A8%88%E3%83%BB%E8%B2%A1%E5%8B%99%E3%83%BB%E9%95%B7%E8%A8%88%2FD30-%E9%95%B7%E6%9C%9F%E4%BF%AE%E7%B9%95%E8%A8%88%E7%94%BB%2F20250110-%E9%95%B7%E6%9C%9F%E4%BF%AE%E7%B9%95%E8%A8%88%E7%94%BB%E6%9B%B8%2F%E8%B3%87%E6%96%99%2F%E6%B6%88%E9%98%B2%E7%82%B9%E6%A4%9C%E5%A0%B1%E5%91%8A%E6%9B%B8%E3%83%BB%E8%A6%8B%E7%A9%8D%E6%9B%B8"
|
| GEOIP_ADDR | "216.73.216.16"
|
| GEOIP_COUNTRY_CODE | "US"
|
| GEOIP_CONTINENT_CODE | "NA"
|
| HTTPS | "on"
|
| HTTP_AUTHORIZATION | "" |
| ISROOT | "1"
|
| X_SPDY | "HTTP2"
|
| SSL_PROTOCOL | "TLSv1.3"
|
| SSL_CIPHER | "TLS_AES_256_GCM_SHA384"
|
| SSL_CIPHER_USEKEYSIZE | "256"
|
| SSL_CIPHER_ALGKEYSIZE | "256"
|
| SCRIPT_FILENAME | "/home/welv51/domains/root.welv51.org/public_html/index.php"
|
| QUERY_STRING | "zip=%E7%AE%A1%E7%90%86DATA%2FD-%E4%BC%9A%E8%A8%88%E3%83%BB%E8%B2%A1%E5%8B%99%E3%83%BB%E9%95%B7%E8%A8%88%2FD30-%E9%95%B7%E6%9C%9F%E4%BF%AE%E7%B9%95%E8%A8%88%E7%94%BB%2F20250110-%E9%95%B7%E6%9C%9F%E4%BF%AE%E7%B9%95%E8%A8%88%E7%94%BB%E6%9B%B8%2F%E8%B3%87%E6%96%99%2F%E6%B6%88%E9%98%B2%E7%82%B9%E6%A4%9C%E5%A0%B1%E5%91%8A%E6%9B%B8%E3%83%BB%E8%A6%8B%E7%A9%8D%E6%9B%B8"
|
| SCRIPT_URI | "https://root.welv51.org/"
|
| SCRIPT_URL | "/"
|
| SCRIPT_NAME | "/index.php"
|
| SERVER_PROTOCOL | "HTTP/1.1"
|
| SERVER_SOFTWARE | "LiteSpeed"
|
| REQUEST_METHOD | "GET"
|
| X-LSCACHE | "on,crawler"
|
| PHP_SELF | "/index.php"
|
| REQUEST_TIME_FLOAT | 1777107252.8711
|
| REQUEST_TIME | 1777107252
|
| APP_DEBUG | "false"
|
| APP_LANGUAGE | "en"
|
| DISPLAY_READMES | "true"
|
| READMES_FIRST | "true"
|
| ZIP_DOWNLOADS | "true"
|
| GOOGLE_ANALYTICS_ID | "false"
|
| MATOMO_ANALYTICS_URL | "false"
|
| MATOMO_ANALYTICS_ID | "false"
|
| SORT_ORDER | "type"
|
| REVERSE_SORT | "false"
|
| Key | Value |
| APP_DEBUG | "false"
|
| APP_LANGUAGE | "en"
|
| DISPLAY_READMES | "true"
|
| READMES_FIRST | "true"
|
| ZIP_DOWNLOADS | "true"
|
| GOOGLE_ANALYTICS_ID | "false"
|
| MATOMO_ANALYTICS_URL | "false"
|
| MATOMO_ANALYTICS_ID | "false"
|
| SORT_ORDER | "type"
|
| REVERSE_SORT | "false"
|