Telephone
+420 483 359 311Address
Notice
Undefined index: address search► skip error►
Source file
File: /www/wwwroot/desko/martin/temp/cache/latte/templates-Contact-default.latte--f0af532ad7.php:63
53: echo '">'; 54: echo LR\Filters::escapeHtmlText($global['phone']) /* line 6 */; 55: echo '</a> 56: </div> 57: <div class="block block-address block--dark"> 58: <h2>'; 59: echo LR\Filters::escapeHtmlText(($this->filters->svg)('/front/svg/home.svg', 32, 29)) /* line 9 */; 60: echo LR\Filters::escapeHtmlText(call_user_func($this->filters->translate, 'front.property.address')); 61: echo '</h2> 62: <p>'; 63: echo LR\Filters::escapeHtmlText(($this->filters->breaklines)($global['address'])) /* line 10 */; 64: echo '</p> 65: </div> 66: <div class="block block-email"> 67: <h2>';
Call stack
.../latte/src/Latte/Runtime/Template.php:315 source Templatef0af532ad7->blockContent(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod "html" (4)
$contentType "html" (4)
$name "block content" (13)
/www/wwwroot/desko/martin/temp/cache/latte/Front-templates-@layout.latte--187393b80e.php:462 source Latte\Runtime\Template->renderBlock(arguments)
452: 453: /** {snippet content} on line 98 */ 454: public function blockContent(array $ʟ_args): void 455: { 456: extract($this->params); 457: extract($ʟ_args); 458: unset($ʟ_args); 459: $this->global->snippetDriver->enter("content", 'static'); 460: try { 461: if ($this->hasBlock("content")) /* line 99 */ { 462: $this->renderBlock('content', [], 'html') /* line 100 */; 463: } 464: } 465: finally { 466: $this->global->snippetDriver->leave();
$name "content" (7)
$params array ()
$mod "html" (4)
.../latte/src/Latte/Runtime/Template.php:315 source Template187393b80e->blockContent(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod null
$contentType "html" (4)
$name "block content" (13)
/www/wwwroot/desko/martin/temp/cache/latte/Front-templates-@layout.latte--187393b80e.php:335 source Latte\Runtime\Template->renderBlock(arguments)
325: echo '">'; 326: $this->renderBlock('breadcrumbs', [], null, 'snippet') /* line 86 */; 327: echo '</div> 328: '; 329: $this->renderBlock('page-title', get_defined_vars()) /* line 93 */; 330: echo ' </div> 331: 332: <div id="'; 333: echo htmlspecialchars($this->global->snippetDriver->getHtmlId('content')); 334: echo '">'; 335: $this->renderBlock('content', [], null, 'snippet') /* line 98 */; 336: echo '</div> 337: </div> 338: </main> 339: ';
$name "content" (7)
$params array ()
$mod null
$layer "snippet" (7)
.../latte/src/Latte/Runtime/Template.php:315 source Template187393b80e->blockPage_content(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod null
$contentType "html" (4)
$name "block page-content" (18)
/www/wwwroot/desko/martin/temp/cache/latte/Front-templates-@layout.latte--187393b80e.php:268 source Latte\Runtime\Template->renderBlock(arguments)
258: <source media="(max-width: 1240px)" srcset="'; 259: echo LR\Filters::escapeHtmlAttr($presenter->link(":Resizer:Resize:", Nelson\Resizer\Macros::prepareArguments(['front/img/header.png', 'c1296x', true]))); 260: echo '"> 261: <img alt="" class="page-background shrink" src="'; 262: echo LR\Filters::escapeHtmlAttr($presenter->link(":Resizer:Resize:", Nelson\Resizer\Macros::prepareArguments(['front/img/header.png', 'c1920x', true]))); 263: echo '"> 264: </picture> 265: '; 266: $this->renderBlock('page-header', get_defined_vars()) /* line 55 */; 267: echo "\n"; 268: $this->renderBlock('page-content', get_defined_vars()) /* line 83 */; 269: echo ' </div> 270: '; 271: $this->renderBlock('page-footer', get_defined_vars()) /* line 106 */; 272: echo ' </div>
$name "page-content" (12)
$params .../latte/src/Latte/Runtime/Template.php:315 source Template187393b80e->blockPage(arguments)
305: 306: if (!$block) { 307: $hint = ($t = Latte\Helpers::getSuggestion($this->getBlockNames($layer), $name)) 308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: );
$ʟ_args null
.../latte/src/Latte/Runtime/Template.php:370 source Latte\Runtime\Template->Latte\Runtime\{closure}()
360: $block->functions = array_merge($block->functions, $functions); 361: } 362: 363: 364: /** 365: * @param string|\Closure|null $mod content-type name or modifier closure 366: */ 367: private function filter(callable $function, $mod, string $contentType, string $name): void 368: { 369: if ($mod === null || $mod === $contentType) { 370: $function(); 371: 372: } elseif ($mod instanceof \Closure) { 373: echo $mod($this->capture($function), $contentType); 374:
.../latte/src/Latte/Runtime/Template.php:318 source Latte\Runtime\Template->filter(arguments)
308: ? ", did you mean '$t'?" 309: : '.'; 310: $name = $layer ? "$layer $name" : $name; 311: throw new Latte\RuntimeException("Cannot include undefined block '$name'$hint"); 312: } 313: 314: $this->filter( 315: function () use ($block, $params): void { reset($block->functions)($params); }, 316: $mod, 317: $block->contentType, 318: "block $name" 319: ); 320: } 321: 322:
$function $mod null
$contentType "html" (4)
$name "block page" (10)
/www/wwwroot/desko/martin/temp/cache/latte/Front-templates-@layout.latte--187393b80e.php:154 source Latte\Runtime\Template->renderBlock(arguments)
144: echo ' 145: '; 146: $this->renderBlock('inline-js', get_defined_vars()) /* line 41 */; 147: echo ' 148: </head> 149: '; 150: $this->createTemplate('inc.codes.latte', $this->params, 'include')->renderToContentType('html') /* line 43 */; 151: $this->createTemplate('inc.cookieconsent.latte', $this->params, 'include')->renderToContentType('html') /* line 44 */; 152: echo '<body> 153: '; 154: $this->renderBlock('page', get_defined_vars()) /* line 46 */; 155: echo ' 156: <div class="layer"> 157: <div class="layer-box content-area"> 158: <div class="flash-messages"';
$name "page" (4)
$params .../latte/src/Latte/Runtime/Template.php:175 source Template187393b80e->main()
165: /** 166: * Renders template. 167: * @internal 168: */ 169: public function render(?string $block = null): void 170: { 171: $level = ob_get_level(); 172: try { 173: $this->prepare(); 174: if (!$this->doRender($block)) { 175: $this->main(); 176: } 177: 178: } catch (\Throwable $e) { 179: while (ob_get_level() > $level) {
.../latte/src/Latte/Runtime/Template.php:209 source Latte\Runtime\Template->render(arguments)
199: 200: if ($this->referenceType === 'import') { 201: if ($this->parentName) { 202: throw new Latte\RuntimeException('Imported template cannot use {extends} or {layout}, use {import}'); 203: } 204: 205: } elseif ($this->parentName) { // extends 206: ob_start(function () {}); 207: $this->params = $this->main(); 208: ob_end_clean(); 209: $this->createTemplate($this->parentName, $this->params, 'extends')->render($block); 210: 211: } elseif ($block !== null) { // single block rendering 212: $this->renderBlock($block, $this->params); 213:
$block null
.../latte/src/Latte/Runtime/Template.php:174 source Latte\Runtime\Template->doRender(arguments)
164: 165: /** 166: * Renders template. 167: * @internal 168: */ 169: public function render(?string $block = null): void 170: { 171: $level = ob_get_level(); 172: try { 173: $this->prepare(); 174: if (!$this->doRender($block)) { 175: $this->main(); 176: } 177: 178: } catch (\Throwable $e) {
$block null
.../vendor/latte/latte/src/Latte/Engine.php:102 source Latte\Runtime\Template->render(arguments)
92: 93: /** 94: * Renders template to output. 95: * @param object|mixed[] $params 96: */ 97: public function render(string $name, $params = [], ?string $block = null): void 98: { 99: $template = $this->createTemplate($name, $this->processParams($params)); 100: $template->global->coreCaptured = false; 101: ($this->probe)($template); 102: $template->render($block); 103: } 104: 105: 106: /**
$block null
.../Bridges/ApplicationLatte/Template.php:52 source Latte\Engine->render(arguments)
42: return $this->latte; 43: } 44: 45: 46: /** 47: * Renders template to output. 48: * @return void 49: */ 50: public function render($file = null, array $params = []) 51: { 52: $this->latte->render($file ?: $this->file, $params + $this->params); 53: } 54: 55: 56: /**
$name "/www/wwwroot/desko/martin/app/modules/Front/templates/Contact/default.latte" (75)
$params .../Application/Responses/TextResponse.php:49 source Nette\Bridges\ApplicationLatte\Template->render()
39: } 40: 41: 42: /** 43: * Sends response to output. 44: * @return void 45: */ 46: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 47: { 48: if ($this->source instanceof Nette\Application\UI\ITemplate) { 49: $this->source->render(); 50: 51: } else { 52: echo $this->source; 53: }
.../src/Application/Application.php:157 source Nette\Application\Responses\TextResponse->send(arguments)
147: } 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run(clone $request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $request = $response->getRequest(); 153: goto process; 154: 155: } elseif ($response) { 156: $this->onResponse($this, $response); 157: $response->send($this->httpRequest, $this->httpResponse); 158: } 159: } 160: 161:
$httpRequest $httpResponse .../src/Application/Application.php:83 source Nette\Application\Application->processRequest(arguments)
73: 74: 75: /** 76: * Dispatch a HTTP request to a front controller. 77: * @return void 78: */ 79: public function run() 80: { 81: try { 82: $this->onStartup($this); 83: $this->processRequest($this->createInitialRequest()); 84: $this->onShutdown($this); 85: 86: } catch (\Exception $e) { 87: } catch (\Throwable $e) {
$request /www/wwwroot/desko/martin/www/index.php:21 source Nette\Application\Application->run()
11: // inspired by: https://gist.github.com/fprochazka/648eb6b0fcca406a16cd 12: if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') { 13: $_SERVER['SERVER_PORT'] = 443; 14: } 15: 16: require_once __DIR__ . '/../vendor/autoload.php'; 17: 18: App\Bootstrap::boot() 19: ->createContainer() 20: ->getByType(Nette\Application\Application::class) 21: ->run(); 22:
Variables
$global | |
---|---|
$user | |
$baseUrl | "https://desko.tahak.net" (23)
|
$baseUri | "https://desko.tahak.net" (23)
|
$basePath | ""
|
$flashes | array ()
|
$control | |
$presenter | |
$_control | |
$_presenter | |
$netteCacheStorage | |
$_project | |
$_isDevEnv | true
|
$_page | |
$documents | array ()
|
$politics | array ()
|
$certificates | |
$_l | |
$_g |
Nette Application
Requests
Presenter
Environment
$_SERVER
USER | "www" (3)
|
---|---|
HOME | "/home/www" (9)
|
SCRIPT_NAME | "/index.php" (10)
|
REQUEST_URI | "/en/contact/?XDEBUG_SESSION_STOP=1" (34)
|
QUERY_STRING | "XDEBUG_SESSION_STOP=1" (21)
|
REQUEST_METHOD | "GET" (3)
|
SERVER_PROTOCOL | "HTTP/2.0" (8)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
REDIRECT_QUERY_STRING | "XDEBUG_SESSION_STOP=1" (21)
|
REDIRECT_URL | "/en/contact/" (12)
|
REMOTE_PORT | "29321" (5)
|
SCRIPT_FILENAME | "/www/wwwroot/desko/martin/www/index.php" (39)
|
SERVER_ADMIN | "webmaster@example.com" (21)
|
CONTEXT_DOCUMENT_ROOT | "/www/wwwroot/desko/martin/www" (29)
|
CONTEXT_PREFIX | ""
|
REQUEST_SCHEME | "https" (5)
|
DOCUMENT_ROOT | "/www/wwwroot/desko/martin/www" (29)
|
REMOTE_ADDR | "3.144.124.77" (12)
|
SERVER_PORT | 443
|
SERVER_ADDR | "194.182.87.67" (13)
|
SERVER_NAME | "desko.tahak.net" (15)
|
SERVER_SOFTWARE | "Apache" (6)
|
SERVER_SIGNATURE | "<address>Apache Server at desko.tahak.net Port 443</address>
" (61)
|
LD_LIBRARY_PATH | "/www/server/apache/lib" (22)
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" (70)
|
HTTP_HOST | "desko.tahak.net" (15)
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" (23)
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
HTTP_ACCEPT | "*/*" (3)
|
proxy-nokeepalive | "1"
|
H2_STREAM_TAG | "940419-183-1" (12)
|
H2_STREAM_ID | "1"
|
H2_PUSHED_ON | ""
|
H2_PUSHED | ""
|
H2_PUSH | "off" (3)
|
H2PUSH | "off" (3)
|
HTTP2 | "on" (2)
|
SSL_TLS_SNI | "desko.tahak.net" (15)
|
HTTPS | "on" (2)
|
REDIRECT_STATUS | "200" (3)
|
REDIRECT_H2_STREAM_TAG | "940419-183-1" (12)
|
REDIRECT_H2_STREAM_ID | "1"
|
REDIRECT_H2_PUSHED_ON | ""
|
REDIRECT_H2_PUSHED | ""
|
REDIRECT_H2_PUSH | "off" (3)
|
REDIRECT_H2PUSH | "off" (3)
|
REDIRECT_HTTP2 | "on" (2)
|
REDIRECT_SSL_TLS_SNI | "desko.tahak.net" (15)
|
REDIRECT_HTTPS | "on" (2)
|
FCGI_ROLE | "RESPONDER" (9)
|
PHP_SELF | "/index.php" (10)
|
REQUEST_TIME_FLOAT | 1745498261.608239
|
REQUEST_TIME | 1745498261
|
$_SESSION
__NF | Nette Session |
---|
Constants
FILTER_VALIDATE_BOOL | 258
|
---|---|
MYSQLI_REFRESH_REPLICA | 64
|
NBSP | " " (2)
|
Configuration options
Configuration
bcmath
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
cgi-fcgi
php-fpm | active |
Directive | Local Value | Master Value |
---|---|---|
cgi.discard_path | 0 | 0 |
cgi.fix_pathinfo | 1 | 1 |
cgi.force_redirect | 1 | 1 |
cgi.nph | 0 | 0 |
cgi.redirect_status_env | no value | no value |
cgi.rfc2616_headers | 0 | 0 |
fastcgi.error_header | no value | no value |
fastcgi.logging | 1 | 1 |
fpm.config | no value | no value |
Core
PHP Version | 7.4.33 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
arg_separator.input | & | & |
arg_separator.output | & | & |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | UTF-8 | UTF-8 |
default_mimetype | text/html | text/html |
disable_classes | no value | no value |
disable_functions | passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv | passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv |
display_errors | On | On |
display_startup_errors | Off | Off |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | no value | no value |
error_prepend_string | no value | no value |
error_reporting | 32767 | 32759 |
expose_php | Off | Off |
extension_dir | /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902 | /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902 |
file_uploads | On | On |
hard_timeout | 2 | 2 |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | .: | .: |
input_encoding | no value | no value |
internal_encoding | no value | no value |
log_errors | Off | On |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | Off | Off |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 300 | 300 |
max_file_uploads | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 60 | 60 |
max_input_vars | 1000 | 1000 |
memory_limit | 2048M | 2048M |
open_basedir | no value | no value |
output_buffering | 4096 | 4096 |
output_encoding | no value | no value |
output_handler | no value | no value |
post_max_size | 1024M | 1024M |
precision | 14 | 14 |
realpath_cache_size | 4096K | 4096K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | Off | Off |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | GP | GP |
sendmail_from | no value | no value |
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i |
serialize_precision | -1 | -1 |
short_open_tag | On | On |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sys_temp_dir | no value | no value |
syslog.facility | LOG_USER | LOG_USER |
syslog.filter | no-ctrl | no-ctrl |
syslog.ident | php | php |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 1024M | 1024M |
upload_tmp_dir | no value | no value |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | .user.ini | .user.ini |
variables_order | GPCS | GPCS |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.assertions | -1 | -1 |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.exception_ignore_args | Off | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
zend.signal_check | Off | Off |
ctype
ctype functions | enabled |
curl
cURL support | enabled |
cURL Information | 7.70.0 |
Age | 6 |
Features | |
AsynchDNS | Yes |
CharConv | No |
Debug | No |
GSS-Negotiate | No |
IDN | No |
IPv6 | Yes |
krb4 | No |
Largefile | Yes |
libz | Yes |
NTLM | Yes |
NTLMWB | Yes |
SPNEGO | No |
SSL | Yes |
SSPI | No |
TLS-SRP | Yes |
HTTP2 | No |
GSSAPI | No |
KERBEROS5 | No |
UNIX_SOCKETS | Yes |
PSL | No |
HTTPS_PROXY | Yes |
MULTI_SSL | No |
BROTLI | Yes |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp |
Host | x86_64-pc-linux-gnu |
SSL Version | OpenSSL/1.0.2u |
ZLib Version | 1.2.11 |
Directive | Local Value | Master Value |
---|---|---|
curl.cainfo | /etc/ssl/certs/ca-certificates.crt | /etc/ssl/certs/ca-certificates.crt |
date
date/time support | enabled |
timelib version | 2018.04 |
"Olson" Timezone Database Version | 2022.1 |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 31.7667 | 31.7667 |
date.default_longitude | 35.2333 | 35.2333 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | PRC | PRC |
dom
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.9.13 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
fileinfo
fileinfo support | enabled |
libmagic | 537 |
filter
Input Validation and Filtering | enabled |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
ftp
FTP support | enabled |
FTPS support | enabled |
gd
GD Support | enabled |
GD Version | bundled (2.1.0 compatible) |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.11.1 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | 8 |
PNG Support | enabled |
libPNG Version | 1.6.37 |
WBMP Support | enabled |
XBM Support | enabled |
WebP Support | enabled |
BMP Support | enabled |
TGA Read Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 1 | 1 |
gettext
GetText Support | enabled |
hash
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
MHASH support | Enabled |
MHASH API Version | Emulated Support |
iconv
iconv support | enabled |
iconv implementation | glibc |
iconv library version | 2.35 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | no value | no value |
iconv.internal_encoding | no value | no value |
iconv.output_encoding | no value | no value |
imagick
imagick module | enabled |
---|---|
imagick module version | 3.4.4 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel |
Imagick compiled with ImageMagick version | ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org |
Imagick using ImageMagick library version | ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org |
ImageMagick copyright | (C) 1999-2021 ImageMagick Studio LLC |
ImageMagick release date | 2021-01-25 |
ImageMagick number of supported formats: | 247 |
ImageMagick supported formats | 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVIF, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HEIC, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV |
Directive | Local Value | Master Value |
---|---|---|
imagick.locale_fix | 0 | 0 |
imagick.progress_monitor | 0 | 0 |
imagick.skip_version_check | 0 | 0 |
intl
Internationalization support | enabled |
---|---|
ICU version | 70.1 |
ICU Data version | 70.1 |
ICU TZData version | 2024b |
ICU Unicode version | 14.0 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | no value | no value |
intl.error_level | 0 | 0 |
intl.use_exceptions | 0 | 0 |
json
json support | enabled |
libxml
libXML support | active |
libXML Compiled Version | 2.9.13 |
libXML Loaded Version | 20913 |
libXML streams | enabled |
mbstring
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) version | 6.9.7 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | no value | no value |
mbstring.http_output | no value | no value |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.regex_retry_limit | 1000000 | 1000000 |
mbstring.regex_stack_limit | 100000 | 100000 |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
memcached
memcached support | enabled |
---|---|
Version | 3.2.0 |
libmemcached version | 1.0.18 |
SASL support | yes |
Session support | yes |
igbinary support | no |
json support | no |
msgpack support | no |
Directive | Local Value | Master Value |
---|---|---|
memcached.compression_factor | 1.3 | 1.3 |
memcached.compression_threshold | 2000 | 2000 |
memcached.compression_type | fastlz | fastlz |
memcached.default_binary_protocol | Off | Off |
memcached.default_connect_timeout | 0 | 0 |
memcached.default_consistent_hash | Off | Off |
memcached.serializer | php | php |
memcached.sess_binary_protocol | On | On |
memcached.sess_connect_timeout | 0 | 0 |
memcached.sess_consistent_hash | On | On |
memcached.sess_consistent_hash_type | ketama | ketama |
memcached.sess_lock_expire | 0 | 0 |
memcached.sess_lock_max_wait | not set | not set |
memcached.sess_lock_retries | 5 | 5 |
memcached.sess_lock_wait | not set | not set |
memcached.sess_lock_wait_max | 150 | 150 |
memcached.sess_lock_wait_min | 150 | 150 |
memcached.sess_locking | On | On |
memcached.sess_number_of_replicas | 0 | 0 |
memcached.sess_persistent | Off | Off |
memcached.sess_prefix | memc.sess.key. | memc.sess.key. |
memcached.sess_randomize_replica_read | Off | Off |
memcached.sess_remove_failed_servers | Off | Off |
memcached.sess_sasl_password | no value | no value |
memcached.sess_sasl_username | no value | no value |
memcached.sess_server_failure_limit | 0 | 0 |
memcached.store_retry_count | 0 | 0 |
mysqli
MysqlI Support | enabled |
---|---|
Client API library version | mysqlnd 7.4.33 |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | Off | Off |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | no value | no value |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
mysqli.rollback_on_cached_plink | Off | Off |
mysqlnd
mysqlnd | enabled |
---|---|
Version | mysqlnd 7.4.33 |
Compression | supported |
core SSL | supported |
extended SSL | supported |
Command buffer size | 4096 |
Read buffer size | 32768 |
Read timeout | 86400 |
Collecting statistics | Yes |
Collecting memory statistics | No |
Tracing | n/a |
Loaded plugins | mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_caching_sha2_password,auth_plugin_sha256_password |
API Extensions | pdo_mysql,mysqli |
openssl
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.2u 20 Dec 2019 |
OpenSSL Header Version | OpenSSL 1.0.2u 20 Dec 2019 |
Openssl default config | /usr/local/openssl/openssl.cnf |
Directive | Local Value | Master Value |
---|---|---|
openssl.cafile | /etc/ssl/certs/ca-certificates.crt | /etc/ssl/certs/ca-certificates.crt |
openssl.capath | no value | no value |
pcntl
pcntl support | enabled |
---|
pcre
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 10.35 2020-05-09 |
PCRE Unicode Version | 13.0.0 |
PCRE JIT Support | enabled |
PCRE JIT Target | x86 64bit (little endian + unaligned) |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.jit | 1 | 1 |
pcre.recursion_limit | 100000 | 100000 |
PDO
PDO support | enabled |
---|---|
PDO drivers | sqlite, mysql |
pdo_mysql
PDO Driver for MySQL | enabled |
---|---|
Client API version | mysqlnd 7.4.33 |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /tmp/mysql.sock | /tmp/mysql.sock |
pdo_sqlite
PDO Driver for SQLite 3.x | enabled |
---|---|
SQLite Library | 3.37.2 |
Phar
Phar: PHP Archive support | enabled |
---|---|
Phar API version | 1.1.1 |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | disabled (install ext/bz2) |
Native OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
posix
POSIX support | enabled |
Reflection
Reflection | enabled |
session
Session Support | enabled |
Registered save handlers | files user memcached |
Registered serializer handlers | php_serialize php php_binary |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | 1 | no value |
session.cookie_lifetime | 1209600 | 0 |
session.cookie_path | / | / |
session.cookie_samesite | no value | no value |
session.cookie_secure | 1 | 0 |
session.gc_divisor | 1000 | 1000 |
session.gc_maxlifetime | 1209600 | 1440 |
session.gc_probability | 1 | 1 |
session.lazy_write | On | On |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | /www/wwwroot/desko/martin/app/../temp/sessions | no value |
session.serialize_handler | php | php |
session.sid_bits_per_character | 5 | 5 |
session.sid_length | 26 | 26 |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | 1 | 1 |
session.use_only_cookies | 1 | 1 |
session.use_strict_mode | 0 | 0 |
session.use_trans_sid | 0 | 0 |
shmop
shmop support | enabled |
SimpleXML
SimpleXML support | enabled |
Schema support | enabled |
soap
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /tmp | /tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
sockets
Sockets Support | enabled |
sodium
sodium support | enabled |
---|---|
libsodium headers version | 1.0.18 |
libsodium library version | 1.0.18 |
SPL
SPL support | enabled |
---|---|
Interfaces | OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
sqlite3
SQLite3 support | enabled |
---|---|
SQLite Library | 3.37.2 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.defensive | 1 | 1 |
sqlite3.extension_dir | no value | no value |
standard
Dynamic Library Support | enabled |
Path to sendmail | /usr/sbin/sendmail -t -i |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.exception | 0 | 0 |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 60 | 60 |
from | no value | no value |
session.trans_sid_hosts | no value | no value |
session.trans_sid_tags | a=href,area=href,frame=src,form= | a=href,area=href,frame=src,form= |
unserialize_max_depth | 4096 | 4096 |
url_rewriter.hosts | no value | no value |
url_rewriter.tags | form= | form= |
user_agent | no value | no value |
sysvsem
sysvsem support | enabled |
tokenizer
Tokenizer Support | enabled |
xml
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.9.13 |
xmlreader
XMLReader | enabled |
xmlrpc
core library version | xmlrpc-epi v. 0.51 |
author | Dan Libby |
homepage | http://xmlrpc-epi.sourceforge.net |
open sourced by | Epinions.com |
xmlwriter
XMLWriter | enabled |
zip
Zip | enabled |
Zip version | 1.15.6 |
Libzip headers version | 1.7.3 |
Libzip library version | 1.7.3 |
zlib
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.11 |
Linked Version | 1.2.11 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Additional Modules
Module Name |
---|
HTTP request
URL
https://desko.tahak.net/en/contact/?XDEBUG_SESSION_STOP=1
Headers
Host | desko.tahak.net |
---|---|
Accept-Encoding | gzip, br, zstd, deflate |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Accept | */* |
$_GET
XDEBUG_SESSION_STOP | "1"
|
---|
$_POST
empty
$_COOKIE
empty
HTTP response
Headers
Content-Type | text/html; charset=utf-8 |
---|---|
X-Frame-Options | SAMEORIGIN |
Content-Security-Policy | script-src 'nonce-Bw8gFFYLH/Mv0UAo9Zs60w==' 'strict-dynamic' * 'unsafe-inline'; |
Set-Cookie | PHPSESSID=0813qpvmk4ob73umcqe0sgju57; expires=Thu, 08-May-2025 12:37:41 GMT; Max-Age=1209600; path=/; secure; HttpOnly |
Expires | Thu, 19 Nov 1981 08:52:00 GMT |
Cache-Control | no-store, no-cache, must-revalidate |
Pragma | no-cache |
Vary | X-Requested-With |
- Please support Tracy via a donation 💙️
- Report generated at 2025/04/24 14:37:42
- https://desko.tahak.net/en/contact/?XDEBUG_SESSION_STOP=1
- PHP 7.4.33
- Apache
- Tracy 2.6.8