Notice

Undefined index: ad search►

Source file

File: .../app/presenters/InzeratPresenter.php:54

44: /** 45: * Set favorite ad 46: * 47: * @throws Nette\Application\AbortException 48: */ 49: public function handleAddFavorite() 50: { 51: if($this->user->loggedIn) 52: { 53: $userData = $this->getUser()->getIdentity()->getData(); 54: $this->context->favorite->addFavorite($userData['user_id'], $_REQUEST['ad']); 55: $success = array('success'=>'Uloženo'); 56: $this->sendResponse(new Nette\Application\Responses\JsonResponse($success)); 57: } 58: else

Call stack

  1. inner-code App\Presenters\InzeratPresenter-> handleAddFavorite ()

  2. .../vendor/nette/application/src/Application/UI/PresenterComponent.php:90 source  ReflectionMethod-> invokeArgs (arguments)

    80: * @param array 81: * @return bool does method exist? 82: */ 83: protected function tryCall($method, array $params) 84: { 85: $rc = $this->getReflection(); 86: if ($rc->hasMethod($method)) { 87: $rm = $rc->getMethod($method); 88: if ($rm->isPublic() && !$rm->isAbstract() && !$rm->isStatic()) { 89: $this->checkRequirements($rm); 90: $rm->invokeArgs($this, $rc->combineArgs($rm, $params)); 91: return TRUE; 92: } 93: } 94: return FALSE;
    $object
    App\Presenters\InzeratPresenter #35b0
    
    adId => NULL ad private => NULL authorMsgUser => "user" (4) invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #a0c0
    | method private => "POST" (4) | flags private => array (1)
    | | secured => FALSE
    | name private => "Inzerat" (7) | params private => array (3)
    | | action => "default" (7) | | id => "1" | | do => "addFavorite" (11)
    | post private => array () | files private => array ()
    response private => NULL autoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => NULL globalStateSinces private => NULL action private => "default" (7) view private => "default" (7) layout private => NULL payload private => stdClass #0619 signalReceiver private => "" signal private => "addFavorite" (11) ajaxMode private => TRUE startupCheck private => TRUE lastCreatedRequest private => NULL lastCreatedRequestFlag private => NULL context private => SystemContainer #dd87
    | meta protected => array (1)
    | | types => array (47)
    | | | "nette\object" => array (33) [ ... ] | | | "nette\bridges\framework\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\ilattefactory" => array (1) [ ... ] | | | "nette\application\ui\itemplatefactory" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\templatefactory" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "app\model\base" => array (13) [ ... ] | | | "app\model\ad" => array (1) [ ... ] | | | "app\model\agency" => array (1) [ ... ] | | | "app\model\category" => array (1) [ ... ] | | | "app\model\datetime" => array (1) [ ... ] | | | "app\model\emails" => array (1) [ ... ] | | | "app\model\encodingstring" => array (1) [ ... ] | | | "app\model\favorite" => array (1) [ ... ] | | | "app\model\housekeeper" => array (1) [ ... ] | | | "app\model\make" => array (1) [ ... ] | | | "app\model\messages" => array (1) [ ... ] | | | "app\model\model" => array (1) [ ... ] | | | "app\model\newpass" => array (1) [ ... ] | | | "app\model\seen" => array (1) [ ... ] | | | "app\model\services" => array (1) [ ... ] | | | "app\model\uploader" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "app\model\usermanager" => array (1) [ ... ] | | | "app\model\users" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]
    | parameters => array (8)
    | | appDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | wwwDir => "/data/web/virtuals/79066/virtual/www/domains/sd/www" (51) | | debugMode => TRUE | | productionMode => FALSE | | environment => "production" (10) | | consoleMode => FALSE | | container => array (3)
    | | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE
    | | tempDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp" (59)
    | registry private => array (20)
    | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #12d0
    | | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()
    | | httpRequest => Nette\Http\Request #6d06
    | | | method private => "POST" (4) | | | url private => Nette\Http\UrlScript #f615 { ... } | | | query private => array (1) [ ... ] | | | post private => array () | | | files private => array () | | | cookies private => array (5) [ ... ] | | | headers private => array (11) [ ... ] | | | remoteAddress private => "151.249.106.140" (15) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse => Nette\Http\Response #727d
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | session => Nette\Http\Session #f3b0
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #6d06 { ... } | | | response private => Nette\Http\Response #727d { ... }
    | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #d7b4
    | | | file private => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp/btfj.dat" (68) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()
    | | cacheStorage => Nette\Caching\Storages\FileStorage #6386
    | | | dir private => "/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache" (58) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #d7b4 { ... } | | | locks private => NULL
    | | "nette.presenterFactory" => Nette\Application\PresenterFactory #22f7
    | | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #dd87 { RECURSION }
    | | router => Nette\Application\Routers\RouteList #658d
    | | | cachedRoutes private => NULL | | | module private => "" | | | list private => array (1) [ ... ]
    | | application => Nette\Application\Application #26be
    | | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => App\Presenters\InzeratPresenter #35b0 { RECURSION } | | | httpRequest private => Nette\Http\Request #6d06 { ... } | | | httpResponse private => Nette\Http\Response #727d { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #22f7 { ... } | | | router private => Nette\Application\Routers\RouteList #658d { ... }
    | | container => SystemContainer #dd87 { RECURSION } | | "nette.userStorage" => Nette\Http\UserStorage #ae3d
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #f3b0 { ... } | | | sessionSection private => Nette\Http\SessionSection #a28f { ... }
    | | "database.default" => Nette\Database\Connection #94f0
    | | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => NULL | | | preprocessor private => NULL | | | pdo private => NULL
    | | "database.default.context" => Nette\Database\Context #e4a2
    | | | connection private => Nette\Database\Connection #94f0 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #0923 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6386 { ... } | | | preprocessor private => NULL
    | | 37_App_Model_UserManager => App\Model\UserManager #d7d5
    | | | table_name private => "user" (4) | | | column_id private => "user_id" (7) | | | column_name private => "name" (4) | | | column_email private => "email" (5) | | | column_password_hash private => "password" (8) | | | database private => Nette\Database\Context #e4a2 { ... }
    | | user => Nette\Security\User #6c3a
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #ae3d { ... } | | | authenticator private => App\Model\UserManager #d7d5 { ... } | | | authorizator private => NULL
    | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173
    | | | container private => SystemContainer #dd87 { RECURSION }
    | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #9a65
    | | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173 { ... } | | | httpRequest private => Nette\Http\Request #6d06 { ... } | | | httpResponse private => Nette\Http\Response #727d { ... } | | | user private => Nette\Security\User #6c3a { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6386 { ... }
    | | dateTime => App\Model\DateTime #991d | | encodingString => App\Model\EncodingString #9357
    | | | tableName protected => "klienti" (7)
    | | favorite => App\Model\Favorite #5a81
    | | | tableName protected => "favorite" (8) | | | database => Nette\Database\Context #e4a2 { ... } | | | dateTime protected => App\Model\DateTime #991d | | | encodeString protected => App\Model\EncodingString #9357 { ... } | | | encoding => NULL | | | authorUser => "user" (4) | | | authorHousekeeper => "housekeeper" (11)
    | creating private => array ()
    httpRequest private => Nette\Http\Request #6d06
    | method private => "POST" (4) | url private => Nette\Http\UrlScript #f615
    | | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "sd.najdi-hospodyni.cz" (21) | | port private => 80 | | path private => "/inzerat/default/1" (18) | | query private => "do=addFavorite" (14) | | fragment private => ""
    | query private => array (1)
    | | do => "addFavorite" (11)
    | post private => array () | files private => array () | cookies private => array (5)
    | | "nette-browser" => "tktt4aumkn" (10) | | "tracy-debug-bar" => "0:0" (3) | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "" | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => "" | | PHPSESSID => "137c923a8bc5b399638b7d023de12da2" (32)
    | headers private => array (11)
    | | host => "sd.najdi-hospodyni.cz" (21) | | connection => "keep-alive" (10) | | "content-length" => "0" | | accept => "*/*" (3) | | origin => "http://sd.najdi-hospodyni.cz" (28) | | "x-requested-with" => "XMLHttpRequest" (14) | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | referer => "http://sd.najdi-hospodyni.cz/inzerat/default/1" (46) | | "accept-encoding" => "gzip, deflate" (13) | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=; tracy-debug-panel-Nette-Bridges-DatabaseTracy ... " (211)
    | remoteAddress private => "151.249.106.140" (15) | remoteHost private => NULL | rawBody private => NULL
    httpResponse private => Nette\Http\Response #727d
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    session private => Nette\Http\Session #f3b0
    | regenerated private => NULL | options private => array (14)
    | | gc_maxlifetime => 1209600 | | cookie_lifetime => 1209600 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL
    | request private => Nette\Http\Request #6d06
    | | method private => "POST" (4) | | url private => Nette\Http\UrlScript #f615
    | | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "sd.najdi-hospodyni.cz" (21) | | | port private => 80 | | | path private => "/inzerat/default/1" (18) | | | query private => "do=addFavorite" (14) | | | fragment private => ""
    | | query private => array (1)
    | | | do => "addFavorite" (11)
    | | post private => array () | | files private => array () | | cookies private => array (5)
    | | | "nette-browser" => "tktt4aumkn" (10) | | | "tracy-debug-bar" => "0:0" (3) | | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "" | | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => "" | | | PHPSESSID => "137c923a8bc5b399638b7d023de12da2" (32)
    | | headers private => array (11)
    | | | host => "sd.najdi-hospodyni.cz" (21) | | | connection => "keep-alive" (10) | | | "content-length" => "0" | | | accept => "*/*" (3) | | | origin => "http://sd.najdi-hospodyni.cz" (28) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | | referer => "http://sd.najdi-hospodyni.cz/inzerat/default/1" (46) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=; tracy-debug-panel-Nette-Bridges-DatabaseTracy ... " (211)
    | | remoteAddress private => "151.249.106.140" (15) | | remoteHost private => NULL | | rawBody private => NULL
    | response private => Nette\Http\Response #727d
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    presenterFactory private => Nette\Application\PresenterFactory #22f7
    | caseSensitive => FALSE | mapping private => array (2)
    | | "*" => array (3)
    | | | 0 => "App\" (4) | | | 1 => "*Module\" (8) | | | 2 => "Presenters\*Presenter" (21)
    | | Nette => array (3)
    | | | 0 => "NetteModule\" (12) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)
    | baseDir private => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | cache private => array (1)
    | | Inzerat => array (2)
    | | | 0 => "App\Presenters\InzeratPresenter" (31) | | | 1 => "Inzerat" (7)
    | container private => SystemContainer #dd87
    | | meta protected => array (1)
    | | | types => array (47) [ ... ]
    | | parameters => array (8)
    | | | appDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | | wwwDir => "/data/web/virtuals/79066/virtual/www/domains/sd/www" (51) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp" (59)
    | | registry private => array (20)
    | | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #12d0 { ... } | | | httpRequest => Nette\Http\Request #6d06 { ... } | | | httpResponse => Nette\Http\Response #727d { ... } | | | session => Nette\Http\Session #f3b0 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #d7b4 { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #6386 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #22f7 { RECURSION } | | | router => Nette\Application\Routers\RouteList #658d { ... } | | | application => Nette\Application\Application #26be { ... } | | | container => SystemContainer #dd87 { RECURSION } | | | "nette.userStorage" => Nette\Http\UserStorage #ae3d { ... } | | | "database.default" => Nette\Database\Connection #94f0 { ... } | | | "database.default.context" => Nette\Database\Context #e4a2 { ... } | | | 37_App_Model_UserManager => App\Model\UserManager #d7d5 { ... } | | | user => Nette\Security\User #6c3a { ... } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #9a65 { ... } | | | dateTime => App\Model\DateTime #991d | | | encodingString => App\Model\EncodingString #9357 { ... } | | | favorite => App\Model\Favorite #5a81 { ... }
    | | creating private => array ()
    router private => Nette\Application\Routers\RouteList #658d
    | cachedRoutes private => NULL | module private => "" | list private => array (1)
    | | 0 => Nette\Application\Routers\Route #1157
    | | | mask private => "<presenter>/<action>[/<id>]" (27) | | | sequence private => array (11) [ ... ] | | | re private => "#(?:(?P<p0>(?U)[a-z][a-z0-9.-]*)/(?:(?P<p5>(?U)[a-z][a-z0-9-]*)(?:/(?P<p16>(?U)[^/]+))?)?)?/?\z#Aiu" (99) | | | aliases private => array (3) [ ... ] | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0
    user private => Nette\Security\User #6c3a
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #ae3d
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #f3b0
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #6d06 { ... } | | | response private => Nette\Http\Response #727d { ... }
    | | sessionSection private => Nette\Http\SessionSection #a28f
    | | | session private => Nette\Http\Session #f3b0 { ... } | | | name private => "Nette.Http.UserStorage/" (23) | | | data private => array (9) [ ... ] | | | meta private => array (1) [ ... ] | | | warnOnUndefined => FALSE
    | authenticator private => App\Model\UserManager #d7d5
    | | table_name private => "user" (4) | | column_id private => "user_id" (7) | | column_name private => "name" (4) | | column_email private => "email" (5) | | column_password_hash private => "password" (8) | | database private => Nette\Database\Context #e4a2
    | | | connection private => Nette\Database\Connection #94f0 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #0923 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6386 { ... } | | | preprocessor private => NULL
    | authorizator private => NULL
    templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #9a65
    | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173
    | | container private => SystemContainer #dd87
    | | | meta protected => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (20) [ ... ] | | | creating private => array ()
    | httpRequest private => Nette\Http\Request #6d06
    | | method private => "POST" (4) | | url private => Nette\Http\UrlScript #f615
    | | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "sd.najdi-hospodyni.cz" (21) | | | port private => 80 | | | path private => "/inzerat/default/1" (18) | | | query private => "do=addFavorite" (14) | | | fragment private => ""
    | | query private => array (1)
    | | | do => "addFavorite" (11)
    | | post private => array () | | files private => array () | | cookies private => array (5)
    | | | "nette-browser" => "tktt4aumkn" (10) | | | "tracy-debug-bar" => "0:0" (3) | | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "" | | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => "" | | | PHPSESSID => "137c923a8bc5b399638b7d023de12da2" (32)
    | | headers private => array (11)
    | | | host => "sd.najdi-hospodyni.cz" (21) | | | connection => "keep-alive" (10) | | | "content-length" => "0" | | | accept => "*/*" (3) | | | origin => "http://sd.najdi-hospodyni.cz" (28) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | | referer => "http://sd.najdi-hospodyni.cz/inzerat/default/1" (46) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=; tracy-debug-panel-Nette-Bridges-DatabaseTracy ... " (211)
    | | remoteAddress private => "151.249.106.140" (15) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #727d
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | user private => Nette\Security\User #6c3a
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #ae3d
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #f3b0 { ... } | | | sessionSection private => Nette\Http\SessionSection #a28f { ... }
    | | authenticator private => App\Model\UserManager #d7d5
    | | | table_name private => "user" (4) | | | column_id private => "user_id" (7) | | | column_name private => "name" (4) | | | column_email private => "email" (5) | | | column_password_hash private => "password" (8) | | | database private => Nette\Database\Context #e4a2 { ... }
    | | authorizator private => NULL
    | cacheStorage private => Nette\Caching\Storages\FileStorage #6386
    | | dir private => "/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache" (58) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #d7b4
    | | | file private => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp/btfj.dat" (68) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()
    | | locks private => NULL
    template private => NULL invalidSnippets private => array () snippetMode => NULL params protected => array (3)
    | action => "default" (7) | id => "1" | do => "addFavorite" (11)
    components private => array () cloning private => NULL parent private => NULL name private => "Inzerat" (7) monitors private => array () templateFactory private => NULL
    $args
    array ()
    
  3. .../vendor/nette/application/src/Application/UI/PresenterComponent.php:259 source  Nette\Application\UI\PresenterComponent-> tryCall (arguments)

    249: 250: 251: /** 252: * Calls signal handler method. 253: * @param string 254: * @return void 255: * @throws BadSignalException if there is not handler method 256: */ 257: public function signalReceived($signal) 258: { 259: if (!$this->tryCall($this->formatSignalMethod($signal), $this->params)) { 260: $class = get_class($this); 261: throw new BadSignalException("There is no handler for signal '$signal' in class $class."); 262: } 263: }
    $method
    "handleaddFavorite" (17)
    
    $params
    array (3)
    
    action => "default" (7) id => "1" do => "addFavorite" (11)
  4. .../vendor/nette/application/src/Application/UI/Presenter.php:324 source  Nette\Application\UI\PresenterComponent-> signalReceived (arguments)

    314: $component = $this->signalReceiver === '' ? $this : $this->getComponent($this->signalReceiver, FALSE); 315: } catch (Nette\InvalidArgumentException $e) {} 316: 317: if (isset($e) || $component === NULL) { 318: throw new BadSignalException("The signal receiver component '$this->signalReceiver' is not found.", NULL, isset($e) ? $e : NULL); 319: 320: } elseif (!$component instanceof ISignalReceiver) { 321: throw new BadSignalException("The signal receiver component '$this->signalReceiver' is not ISignalReceiver implementor."); 322: } 323: 324: $component->signalReceived($this->signal); 325: $this->signal = NULL; 326: } 327: 328:
    $signal
    "addFavorite" (11)
    
  5. .../vendor/nette/application/src/Application/UI/Presenter.php:207 source  Nette\Application\UI\Presenter-> processSignal ()

    197: 198: if ($this->autoCanonicalize) { 199: $this->canonicalize(); 200: } 201: if ($this->httpRequest->isMethod('head')) { 202: $this->terminate(); 203: } 204: 205: // SIGNAL HANDLING 206: // calls $this->handle<Signal>() 207: $this->processSignal(); 208: 209: // RENDERING VIEW 210: $this->beforeRender(); 211: // calls $this->render<View>()
  6. .../vendor/nette/application/src/Application/Application.php:149 source  Nette\Application\UI\Presenter-> run (arguments)

    139: { 140: if (count($this->requests) > self::$maxLoop) { 141: throw new ApplicationException('Too many loops detected in application life cycle.'); 142: } 143: 144: $this->requests[] = $request; 145: $this->onRequest($this, $request); 146: 147: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 148: $this->onPresenter($this, $this->presenter); 149: $response = $this->presenter->run($request); 150: 151: if ($response instanceof Responses\ForwardResponse) { 152: $this->processRequest($response->getRequest()); 153:
    $request
    Nette\Application\Request #a0c0
    
    method private => "POST" (4) flags private => array (1)
    | secured => FALSE
    name private => "Inzerat" (7) params private => array (3)
    | action => "default" (7) | id => "1" | do => "addFavorite" (11)
    post private => array () files private => array ()
  7. .../vendor/nette/application/src/Application/Application.php:88 source  Nette\Application\Application-> processRequest (arguments)

    78: 79: 80: /** 81: * Dispatch a HTTP request to a front controller. 82: * @return void 83: */ 84: public function run() 85: { 86: try { 87: $this->onStartup($this); 88: $this->processRequest($this->createInitialRequest()); 89: $this->onShutdown($this); 90: 91: } catch (\Exception $e) { 92: $this->onError($this, $e);
    $request
    Nette\Application\Request #a0c0
    
    method private => "POST" (4) flags private => array (1)
    | secured => FALSE
    name private => "Inzerat" (7) params private => array (3)
    | action => "default" (7) | id => "1" | do => "addFavorite" (11)
    post private => array () files private => array ()
  8. .../www/index.php:8 source  Nette\Application\Application-> run ()

    1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require '.maintenance.php'; 5: 6: $container = require __DIR__ . '/../app/bootstrap.php'; 7: 8: $container->getService('application')->run(); 9:

Variables

$userData
array (7)
user_id => 1 name => "Adam Kořenek" (13) surname => NULL email => "adam.korenek@gmail.com" (22) phone => "723279181" (9) facebook_id => NULL created => Nette\Utils\DateTime #2b52
| date => "2018-02-08 20:23:59.000000" (26) | timezone_type => 3 | timezone => "Europe/Prague" (13)

Nette Application

Requests

array (1)
0 => Nette\Application\Request #a0c0
| method private => "POST" (4) | flags private => array (1)
| | secured => FALSE
| name private => "Inzerat" (7) | params private => array (3)
| | action => "default" (7) | | id => "1" | | do => "addFavorite" (11)
| post private => array () | files private => array ()

Presenter

App\Presenters\InzeratPresenter #35b0
adId => NULL ad private => NULL authorMsgUser => "user" (4) invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #a0c0
| method private => "POST" (4) | flags private => array (1)
| | secured => FALSE
| name private => "Inzerat" (7) | params private => array (3)
| | action => "default" (7) | | id => "1" | | do => "addFavorite" (11)
| post private => array () | files private => array ()
response private => NULL autoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => NULL globalStateSinces private => NULL action private => "default" (7) view private => "default" (7) layout private => NULL payload private => stdClass #0619 signalReceiver private => "" signal private => "addFavorite" (11) ajaxMode private => TRUE startupCheck private => TRUE lastCreatedRequest private => NULL lastCreatedRequestFlag private => NULL context private => SystemContainer #dd87
| meta protected => array (1)
| | types => array (47)
| | | "nette\object" => array (33) [ ... ] | | | "nette\bridges\framework\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\ilattefactory" => array (1) [ ... ] | | | "nette\application\ui\itemplatefactory" => array (1) [ ... ] | | | "nette\bridges\applicationlatte\templatefactory" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "app\model\base" => array (13) [ ... ] | | | "app\model\ad" => array (1) [ ... ] | | | "app\model\agency" => array (1) [ ... ] | | | "app\model\category" => array (1) [ ... ] | | | "app\model\datetime" => array (1) [ ... ] | | | "app\model\emails" => array (1) [ ... ] | | | "app\model\encodingstring" => array (1) [ ... ] | | | "app\model\favorite" => array (1) [ ... ] | | | "app\model\housekeeper" => array (1) [ ... ] | | | "app\model\make" => array (1) [ ... ] | | | "app\model\messages" => array (1) [ ... ] | | | "app\model\model" => array (1) [ ... ] | | | "app\model\newpass" => array (1) [ ... ] | | | "app\model\seen" => array (1) [ ... ] | | | "app\model\services" => array (1) [ ... ] | | | "app\model\uploader" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "app\model\usermanager" => array (1) [ ... ] | | | "app\model\users" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]
| parameters => array (8)
| | appDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | wwwDir => "/data/web/virtuals/79066/virtual/www/domains/sd/www" (51) | | debugMode => TRUE | | productionMode => FALSE | | environment => "production" (10) | | consoleMode => FALSE | | container => array (3)
| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE
| | tempDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp" (59)
| registry private => array (20)
| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #12d0
| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()
| | httpRequest => Nette\Http\Request #6d06
| | | method private => "POST" (4) | | | url private => Nette\Http\UrlScript #f615 { ... } | | | query private => array (1) [ ... ] | | | post private => array () | | | files private => array () | | | cookies private => array (5) [ ... ] | | | headers private => array (11) [ ... ] | | | remoteAddress private => "151.249.106.140" (15) | | | remoteHost private => NULL | | | rawBody private => NULL
| | httpResponse => Nette\Http\Response #727d
| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
| | session => Nette\Http\Session #f3b0
| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #6d06 { ... } | | | response private => Nette\Http\Response #727d { ... }
| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #d7b4
| | | file private => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp/btfj.dat" (68) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()
| | cacheStorage => Nette\Caching\Storages\FileStorage #6386
| | | dir private => "/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache" (58) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #d7b4 { ... } | | | locks private => NULL
| | "nette.presenterFactory" => Nette\Application\PresenterFactory #22f7
| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #dd87 { RECURSION }
| | router => Nette\Application\Routers\RouteList #658d
| | | cachedRoutes private => NULL | | | module private => "" | | | list private => array (1) [ ... ]
| | application => Nette\Application\Application #26be
| | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onPresenter => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => App\Presenters\InzeratPresenter #35b0 { RECURSION } | | | httpRequest private => Nette\Http\Request #6d06 { ... } | | | httpResponse private => Nette\Http\Response #727d { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #22f7 { ... } | | | router private => Nette\Application\Routers\RouteList #658d { ... }
| | container => SystemContainer #dd87 { RECURSION } | | "nette.userStorage" => Nette\Http\UserStorage #ae3d
| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #f3b0 { ... } | | | sessionSection private => Nette\Http\SessionSection #a28f { ... }
| | "database.default" => Nette\Database\Connection #94f0
| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => NULL | | | preprocessor private => NULL | | | pdo private => NULL
| | "database.default.context" => Nette\Database\Context #e4a2
| | | connection private => Nette\Database\Connection #94f0 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #0923 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6386 { ... } | | | preprocessor private => NULL
| | 37_App_Model_UserManager => App\Model\UserManager #d7d5
| | | table_name private => "user" (4) | | | column_id private => "user_id" (7) | | | column_name private => "name" (4) | | | column_email private => "email" (5) | | | column_password_hash private => "password" (8) | | | database private => Nette\Database\Context #e4a2 { ... }
| | user => Nette\Security\User #6c3a
| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #ae3d { ... } | | | authenticator private => App\Model\UserManager #d7d5 { ... } | | | authorizator private => NULL
| | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173
| | | container private => SystemContainer #dd87 { RECURSION }
| | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #9a65
| | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173 { ... } | | | httpRequest private => Nette\Http\Request #6d06 { ... } | | | httpResponse private => Nette\Http\Response #727d { ... } | | | user private => Nette\Security\User #6c3a { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6386 { ... }
| | dateTime => App\Model\DateTime #991d | | encodingString => App\Model\EncodingString #9357
| | | tableName protected => "klienti" (7)
| | favorite => App\Model\Favorite #5a81
| | | tableName protected => "favorite" (8) | | | database => Nette\Database\Context #e4a2 { ... } | | | dateTime protected => App\Model\DateTime #991d | | | encodeString protected => App\Model\EncodingString #9357 { ... } | | | encoding => NULL | | | authorUser => "user" (4) | | | authorHousekeeper => "housekeeper" (11)
| creating private => array ()
httpRequest private => Nette\Http\Request #6d06
| method private => "POST" (4) | url private => Nette\Http\UrlScript #f615
| | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "sd.najdi-hospodyni.cz" (21) | | port private => 80 | | path private => "/inzerat/default/1" (18) | | query private => "do=addFavorite" (14) | | fragment private => ""
| query private => array (1)
| | do => "addFavorite" (11)
| post private => array () | files private => array () | cookies private => array (5)
| | "nette-browser" => "tktt4aumkn" (10) | | "tracy-debug-bar" => "0:0" (3) | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "" | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => "" | | PHPSESSID => "137c923a8bc5b399638b7d023de12da2" (32)
| headers private => array (11)
| | host => "sd.najdi-hospodyni.cz" (21) | | connection => "keep-alive" (10) | | "content-length" => "0" | | accept => "*/*" (3) | | origin => "http://sd.najdi-hospodyni.cz" (28) | | "x-requested-with" => "XMLHttpRequest" (14) | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | referer => "http://sd.najdi-hospodyni.cz/inzerat/default/1" (46) | | "accept-encoding" => "gzip, deflate" (13) | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=; tracy-debug-panel-Nette-Bridges-DatabaseTracy ... " (211)
| remoteAddress private => "151.249.106.140" (15) | remoteHost private => NULL | rawBody private => NULL
httpResponse private => Nette\Http\Response #727d
| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
session private => Nette\Http\Session #f3b0
| regenerated private => NULL | options private => array (14)
| | gc_maxlifetime => 1209600 | | cookie_lifetime => 1209600 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL
| request private => Nette\Http\Request #6d06
| | method private => "POST" (4) | | url private => Nette\Http\UrlScript #f615
| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "sd.najdi-hospodyni.cz" (21) | | | port private => 80 | | | path private => "/inzerat/default/1" (18) | | | query private => "do=addFavorite" (14) | | | fragment private => ""
| | query private => array (1)
| | | do => "addFavorite" (11)
| | post private => array () | | files private => array () | | cookies private => array (5)
| | | "nette-browser" => "tktt4aumkn" (10) | | | "tracy-debug-bar" => "0:0" (3) | | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "" | | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => "" | | | PHPSESSID => "137c923a8bc5b399638b7d023de12da2" (32)
| | headers private => array (11)
| | | host => "sd.najdi-hospodyni.cz" (21) | | | connection => "keep-alive" (10) | | | "content-length" => "0" | | | accept => "*/*" (3) | | | origin => "http://sd.najdi-hospodyni.cz" (28) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | | referer => "http://sd.najdi-hospodyni.cz/inzerat/default/1" (46) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=; tracy-debug-panel-Nette-Bridges-DatabaseTracy ... " (211)
| | remoteAddress private => "151.249.106.140" (15) | | remoteHost private => NULL | | rawBody private => NULL
| response private => Nette\Http\Response #727d
| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
presenterFactory private => Nette\Application\PresenterFactory #22f7
| caseSensitive => FALSE | mapping private => array (2)
| | "*" => array (3)
| | | 0 => "App\" (4) | | | 1 => "*Module\" (8) | | | 2 => "Presenters\*Presenter" (21)
| | Nette => array (3)
| | | 0 => "NetteModule\" (12) | | | 1 => "*\" (2) | | | 2 => "*Presenter" (10)
| baseDir private => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | cache private => array (1)
| | Inzerat => array (2)
| | | 0 => "App\Presenters\InzeratPresenter" (31) | | | 1 => "Inzerat" (7)
| container private => SystemContainer #dd87
| | meta protected => array (1)
| | | types => array (47) [ ... ]
| | parameters => array (8)
| | | appDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app" (51) | | | wwwDir => "/data/web/virtuals/79066/virtual/www/domains/sd/www" (51) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "production" (10) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp" (59)
| | registry private => array (20)
| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #12d0 { ... } | | | httpRequest => Nette\Http\Request #6d06 { ... } | | | httpResponse => Nette\Http\Response #727d { ... } | | | session => Nette\Http\Session #f3b0 { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #d7b4 { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #6386 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #22f7 { RECURSION } | | | router => Nette\Application\Routers\RouteList #658d { ... } | | | application => Nette\Application\Application #26be { ... } | | | container => SystemContainer #dd87 { RECURSION } | | | "nette.userStorage" => Nette\Http\UserStorage #ae3d { ... } | | | "database.default" => Nette\Database\Connection #94f0 { ... } | | | "database.default.context" => Nette\Database\Context #e4a2 { ... } | | | 37_App_Model_UserManager => App\Model\UserManager #d7d5 { ... } | | | user => Nette\Security\User #6c3a { ... } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #9a65 { ... } | | | dateTime => App\Model\DateTime #991d | | | encodingString => App\Model\EncodingString #9357 { ... } | | | favorite => App\Model\Favorite #5a81 { ... }
| | creating private => array ()
router private => Nette\Application\Routers\RouteList #658d
| cachedRoutes private => NULL | module private => "" | list private => array (1)
| | 0 => Nette\Application\Routers\Route #1157
| | | mask private => "<presenter>/<action>[/<id>]" (27) | | | sequence private => array (11) [ ... ] | | | re private => "#(?:(?P<p0>(?U)[a-z][a-z0-9.-]*)/(?:(?P<p5>(?U)[a-z][a-z0-9-]*)(?:/(?P<p16>(?U)[^/]+))?)?)?/?\z#Aiu" (99) | | | aliases private => array (3) [ ... ] | | | metadata private => array (3) [ ... ] | | | xlat private => array () | | | type private => 3 | | | flags private => 0
user private => Nette\Security\User #6c3a
| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #ae3d
| | namespace private => "" | | sessionHandler private => Nette\Http\Session #f3b0
| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #6d06 { ... } | | | response private => Nette\Http\Response #727d { ... }
| | sessionSection private => Nette\Http\SessionSection #a28f
| | | session private => Nette\Http\Session #f3b0 { ... } | | | name private => "Nette.Http.UserStorage/" (23) | | | data private => array (9) [ ... ] | | | meta private => array (1) [ ... ] | | | warnOnUndefined => FALSE
| authenticator private => App\Model\UserManager #d7d5
| | table_name private => "user" (4) | | column_id private => "user_id" (7) | | column_name private => "name" (4) | | column_email private => "email" (5) | | column_password_hash private => "password" (8) | | database private => Nette\Database\Context #e4a2
| | | connection private => Nette\Database\Connection #94f0 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #0923 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6386 { ... } | | | preprocessor private => NULL
| authorizator private => NULL
templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #9a65
| latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #1173
| | container private => SystemContainer #dd87
| | | meta protected => array (1) [ ... ] | | | parameters => array (8) [ ... ] | | | registry private => array (20) [ ... ] | | | creating private => array ()
| httpRequest private => Nette\Http\Request #6d06
| | method private => "POST" (4) | | url private => Nette\Http\UrlScript #f615
| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "sd.najdi-hospodyni.cz" (21) | | | port private => 80 | | | path private => "/inzerat/default/1" (18) | | | query private => "do=addFavorite" (14) | | | fragment private => ""
| | query private => array (1)
| | | do => "addFavorite" (11)
| | post private => array () | | files private => array () | | cookies private => array (5)
| | | "nette-browser" => "tktt4aumkn" (10) | | | "tracy-debug-bar" => "0:0" (3) | | | "tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel" => "" | | | "tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel" => "" | | | PHPSESSID => "137c923a8bc5b399638b7d023de12da2" (32)
| | headers private => array (11)
| | | host => "sd.najdi-hospodyni.cz" (21) | | | connection => "keep-alive" (10) | | | "content-length" => "0" | | | accept => "*/*" (3) | | | origin => "http://sd.najdi-hospodyni.cz" (28) | | | "x-requested-with" => "XMLHttpRequest" (14) | | | "user-agent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121) | | | referer => "http://sd.najdi-hospodyni.cz/inzerat/default/1" (46) | | | "accept-encoding" => "gzip, deflate" (13) | | | "accept-language" => "en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44) | | | cookie => "nette-browser=tktt4aumkn; tracy-debug-bar=0:0; tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=; tracy-debug-panel-Nette-Bridges-DatabaseTracy ... " (211)
| | remoteAddress private => "151.249.106.140" (15) | | remoteHost private => NULL | | rawBody private => NULL
| httpResponse private => Nette\Http\Response #727d
| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
| user private => Nette\Security\User #6c3a
| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #ae3d
| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #f3b0 { ... } | | | sessionSection private => Nette\Http\SessionSection #a28f { ... }
| | authenticator private => App\Model\UserManager #d7d5
| | | table_name private => "user" (4) | | | column_id private => "user_id" (7) | | | column_name private => "name" (4) | | | column_email private => "email" (5) | | | column_password_hash private => "password" (8) | | | database private => Nette\Database\Context #e4a2 { ... }
| | authorizator private => NULL
| cacheStorage private => Nette\Caching\Storages\FileStorage #6386
| | dir private => "/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache" (58) | | useDirs private => TRUE | | journal private => Nette\Caching\Storages\FileJournal #d7b4
| | | file private => "/data/web/virtuals/79066/virtual/www/domains/sd/app/../temp/btfj.dat" (68) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()
| | locks private => NULL
template private => NULL invalidSnippets private => array () snippetMode => NULL params protected => array (3)
| action => "default" (7) | id => "1" | do => "addFavorite" (11)
components private => array () cloning private => NULL parent private => NULL name private => "Inzerat" (7) monitors private => array () templateFactory private => NULL

Environment

$_SERVER

TMPDIR
"/data/web/virtuals/79066/virtual/tmp" (36)
USER
"w79066" (6)
HOME
"/data/web/virtuals/79066/virtual" (32)
FCGI_ROLE
"RESPONDER" (9)
REDIRECT_REDIRECT_REDIRECT_STATUS
"200" (3)
REDIRECT_REDIRECT_STATUS
"200" (3)
REDIRECT_STATUS
"200" (3)
HTTP_HOST
"sd.najdi-hospodyni.cz" (21)
HTTP_CONNECTION
"keep-alive" (10)
CONTENT_LENGTH
"0"
HTTP_ACCEPT
"*/*" (3)
HTTP_ORIGIN
"http://sd.najdi-hospodyni.cz" (28)
HTTP_X_REQUESTED_WITH
"XMLHttpRequest" (14)
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" (121)
HTTP_REFERER
"http://sd.najdi-hospodyni.cz/inzerat/default/1" (46)
HTTP_ACCEPT_ENCODING
"gzip, deflate" (13)
HTTP_ACCEPT_LANGUAGE
"en-GB,en;q=0.9,en-US;q=0.8,cs;q=0.7,la;q=0.6" (44)
HTTP_COOKIE
"nette-browser=tktt4aumkn; tracy-debug-bar=0:0; tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel=; tracy-debug-panel-Nette-Bridges-DatabaseTracy ... " (211)
PATH
"/sbin:/usr/sbin:/bin:/usr/bin" (29)
LD_LIBRARY_PATH
"/usr/local/apache/2.4.26-w/lib:/usr/local/openssl/CURRENT/lib:" (62)
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache" (6)
SERVER_NAME
"sd.najdi-hospodyni.cz" (21)
SERVER_ADDR
"46.28.105.113" (13)
SERVER_PORT
"80" (2)
REMOTE_ADDR
"151.249.106.140" (15)
DOCUMENT_ROOT
"/data/web/virtuals/79066/virtual/www" (36)
REQUEST_SCHEME
"http" (4)
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/data/web/virtuals/79066/virtual/www" (36)
SERVER_ADMIN
"hosting@wedos.com" (17)
SCRIPT_FILENAME
"/data/web/virtuals/79066/virtual/www/domains/sd/www/index.php" (61)
REMOTE_PORT
"62794" (5)
REDIRECT_URL
"/domains/sd/www/inzerat/default/1" (33)
REDIRECT_QUERY_STRING
"do=addFavorite" (14)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"POST" (4)
QUERY_STRING
"do=addFavorite" (14)
REQUEST_URI
"/inzerat/default/1?do=addFavorite" (33)
SCRIPT_NAME
"/domains/sd/www/index.php" (25)
PHP_SELF
"/domains/sd/www/index.php" (25)
REQUEST_TIME_FLOAT
1518545141.6159
REQUEST_TIME
1518545141
argv
array (1)
0 => "do=addFavorite" (14)
argc
1

$_SESSION

__NFNette Session

Nette Session

Nette.Http.UserStorage/
array (9)
authenticated => TRUE identity => Nette\Security\Identity #74af
| id private => 1 | roles private => array () | data private => array (7)
| | user_id => 1 | | name => "Adam Kořenek" (13) | | surname => NULL | | email => "adam.korenek@gmail.com" (22) | | phone => "723279181" (9) | | facebook_id => NULL | | created => Nette\Utils\DateTime #2b52
| | | date => "2018-02-08 20:23:59.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
reason => NULL expireTime => 1518546341 expireDelta => 1200 expireIdentity => FALSE expireBrowser => TRUE browserCheck => TRUE authTime => 1518542527
Nette.Application.Flash/bar5
array (1)
flash => array (1)
| 0 => stdClass #6f9b
| | message => "Pro přístup do této sekce se musíte nejprve přihlásit." (60) | | type => "warning" (7)
Nette.Application.Flash/jrm9
array (1)
flash => array (1)
| 0 => stdClass #05e3
| | message => "Pro přístup do této sekce se musíte nejprve přihlásit." (60) | | type => "warning" (7)
Nette.Application.Flash/h2jk
array (1)
flash => array (1)
| 0 => stdClass #599d
| | message => "Pro přístup do této sekce se musíte nejprve přihlásit." (60) | | type => "warning" (7)
Nette.Application.Flash/jsij
array (1)
flash => array (1)
| 0 => stdClass #c644
| | message => "Uživatelské jméno neexistuje." (32) | | type => "danger" (6)
Nette.Application/requests
array ()
Nette.Application.Flash/iy26
array (1)
flash => array (1)
| 0 => stdClass #9b00
| | message => "Odhlášení proběhlo úspěšně." (35) | | type => "info" (4)

Included files (117)

/data/web/virtuals/79066/virtual/www/domains/sd/www/index.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/bootstrap.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/autoload.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_real.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/ClassLoader.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_namespaces.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_psr4.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_classmap.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/composer/autoload_files.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/shortcuts.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/loader.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/Loaders/NetteLoader.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/bootstrap/src/Bootstrap/Configurator.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Object.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/CompilerExtension.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Bar.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/BlueScreen.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Dumper.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/exceptions.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/IMacro.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/Macros/MacroSet.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/latte/latte/src/Latte/Object.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/ArrayHash.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/ArrayList.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/DateTime.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Image.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/ObjectMixin.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Exception.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Entity.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Neon.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/shortcuts.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/bootstrap/src/Bridges/Framework/TracyBridge.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Debugger.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/Framework.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/DefaultBarPanel.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/IBarPanel.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/FireLogger.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Helpers.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/Logger.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/robot-loader/src/RobotLoader/RobotLoader.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Storages/FileStorage.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/IStorage.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Cache.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Config/Loader.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Config/Adapters/NeonAdapter.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Config/IAdapter.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/neon/src/Neon/Decoder.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Validators.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/ContainerFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/temp/cache/Nette.Configurator/9c0ad76206afe0f680df42bb1144972e.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Container.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/ILatteFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/ClassType.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/Method.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Session.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/RequestFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/UrlScript.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Url.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Strings.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/utils/src/Utils/Callback.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Request.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/IRequest.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/Response.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/IResponse.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/Identity.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/IIdentity.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/safe-stream/src/SafeStream/SafeStream.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/AnnotationsParser.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Storages/FileJournal.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/caching/src/Caching/Storages/IJournal.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/nette/Nette/deprecated/Environment.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Application.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/PresenterFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/IPresenterFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/router/RouterFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Routers/RouteList.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/IRouter.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Routers/Route.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationTracy/RoutingPanel.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/Request.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/presenters/InzeratPresenter.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/presenters/BasePresenter.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/Presenter.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/Control.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/PresenterComponent.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/Container.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/Component.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/IComponent.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/component-model/src/ComponentModel/IContainer.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/ISignalReceiver.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/IStatePersistent.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/IRenderable.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/IPresenter.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/di/src/DI/Helpers.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/Parameter.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/User.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/IUserStorage.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/UserStorage.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/model/UserManager.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Security/IAuthenticator.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Context.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Connection.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Helpers.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Bridges/DatabaseTracy/ConnectionPanel.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/Reflection/DiscoveredReflection.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/database/src/Database/IReflection.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/security/src/Bridges/SecurityTracy/UserPanel.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/ITemplateFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/reflection/src/Reflection/Property.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/application/src/Application/UI/PresenterComponentReflection.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/nette/http/src/Http/SessionSection.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/model/Favorite.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/model/Base.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/model/DateTime.php
/data/web/virtuals/79066/virtual/www/domains/sd/app/model/EncodingString.php
/data/web/virtuals/79066/virtual/www/domains/sd/vendor/tracy/tracy/src/Tracy/templates/bluescreen.phtml

Configuration options


Configuration

bcmath

BCMath support enabled

DirectiveLocal ValueMaster Value
bcmath.scale00

bz2

BZip2 Support Enabled
Stream Wrapper support compress.bzip2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.5, 10-Dec-2007

calendar

Calendar support enabled

cgi-fcgi

php-fpm active

DirectiveLocal ValueMaster Value
cgi.discard_path00
cgi.fix_pathinfo11
cgi.force_redirect11
cgi.nph00
cgi.redirect_status_envno valueno value
cgi.rfc2616_headers00
fastcgi.error_headerno valueno value
fastcgi.logging11
fpm.configno valueno value

Core

PHP Version 5.4.45

DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetno valueno value
default_mimetypetext/htmltext/html
disable_classesAPCIteratorAPCIterator
disable_functionsapache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,set_time_limit,shell_exec,show_source,symlink,syslog,system,apc_add,apc_bin_dump,apc_bin_dumpfile,apc_bin_load,apc_bin_loadfile,apc_cas,apc_clear_cache,apc_compile_file,apc_dec,apc_define_constants,apc_delete_file,apc_delete,apc_exists,apc_fetch,apc_inc,apc_load_constants,apc_storeapache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,set_time_limit,shell_exec,show_source,symlink,syslog,system,apc_add,apc_bin_dump,apc_bin_dumpfile,apc_bin_load,apc_bin_loadfile,apc_cas,apc_clear_cache,apc_compile_file,apc_dec,apc_define_constants,apc_delete_file,apc_delete,apc_exists,apc_fetch,apc_inc,apc_load_constants,apc_store
display_errorsOnOn
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_log/data/web/virtuals/79066/virtual/www/domains/sd/log/php_error.logno value
error_prepend_stringno valueno value
error_reporting024567
exit_on_timeoutOffOff
expose_phpOffOff
extension_dir/usr/local/php/CURRENT-54/extensions//usr/local/php/CURRENT-54/extensions/
file_uploadsOnOn
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_errorsOffOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/data/web/virtuals/79066/virtual.:/data/web/virtuals/79066/virtual
log_errorsOffOff
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time9090
max_file_uploads2020
max_input_nesting_level6464
max_input_time3030
max_input_vars1000010000
memory_limit128M128M
open_basedir/data/web/virtuals/79066/virtual/data/web/virtuals/79066/virtual
output_buffering00
output_handlerno valueno value
post_max_size32M32M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOnOn
report_memleaksOnOn
report_zend_debugOnOn
request_orderno valueno value
sendmail_fromno valueno value
sendmail_path/data/web/mlimit/sendmail.sh/data/web/mlimit/sendmail.sh
serialize_precision1717
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize32M32M
upload_tmp_dir/data/web/virtuals/79066/virtual/tmp/data/web/virtuals/79066/virtual/tmp
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filenameno valueno value
variables_orderEGPCSEGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.multibyteOffOff
zend.script_encodingno valueno value

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.19.7
Age 3
Features
AsynchDNS No
Debug No
GSS-Negotiate Yes
IDN Yes
IPv6 Yes
Largefile Yes
NTLM Yes
SPNEGO No
SSL Yes
SSPI No
krb4 No
libz Yes
CharConv No
Protocols tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
Host x86_64-redhat-linux-gnu
SSL Version NSS/3.27.1
ZLib Version 1.2.3
libSSH Version libssh2/1.4.2

date

date/time support enabled
"Olson" Timezone Database Version 2014.8
Timezone Database internal
Default timezone Europe/Prague

DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneEurope/PragueEurope/Prague

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.7.6
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

ereg

Regex Library Bundled library enabled

exif

EXIF Support enabled
EXIF Version 1.4 $Id: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF

DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

fileinfo

fileinfo support enabled
version 1.0.5

filter

Input Validation and Filtering enabled
Revision $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $

DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled

gd

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.2.49
WBMP Support enabled
XBM Support enabled

DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

gettext

GetText Support enabled

gmp

gmp support enabled
GMP version 4.3.1

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 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

iconv

iconv support enabled
iconv implementation glibc
iconv library version 2.12

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingISO-8859-1ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

imagick

imagick moduleenabled
imagick module version 3.4.3
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
Imagick compiled with ImageMagick version ImageMagick 6.7.2-7 2017-03-22 Q16 http://www.imagemagick.org
Imagick using ImageMagick library version ImageMagick 6.7.2-7 2017-03-22 Q16 http://www.imagemagick.org
ImageMagick copyright Copyright (C) 1999-2011 ImageMagick Studio LLC
ImageMagick release date 2017-03-22
ImageMagick number of supported formats: 205
ImageMagick supported formats 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV

DirectiveLocal ValueMaster Value
imagick.locale_fix00
imagick.progress_monitor00
imagick.skip_version_check00

imap

IMAP c-Client Version 2007e
SSL Support enabled
Kerberos Support enabled

intl

Internationalization supportenabled
version 1.1.0
ICU version 4.2.1

DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00

json

json support enabled
json version 1.2.1

libxml

libXML support active
libXML Compiled Version 2.7.6
libXML Loaded Version 20706
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) backtrack check On
Multibyte regex (oniguruma) version 4.7.1

DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputpasspass
mbstring.http_outputpasspass
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mcrypt

mcrypt supportenabled
mcrypt_filter supportenabled
Version 2.5.8
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream

DirectiveLocal ValueMaster Value
mcrypt.algorithms_dirno valueno value
mcrypt.modes_dirno valueno value

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $

DirectiveLocal ValueMaster Value
mysql.allow_local_infileOnOn
mysql.allow_persistentOnOn
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socketno valueno value
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0

DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOnOn
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socketno valueno value
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff

mysqlnd

mysqlndenabled
Version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $
Compression supported
SSL supported
Command buffer size 4096
Read buffer size 32768
Read timeout 31536000
Collecting statistics Yes
Collecting memory statistics No
Tracing n/a
Loaded plugins mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
API Extensions mysqli,mysql,pdo_mysql

mysqlnd statistics
bytes_sent 1795
bytes_received 8623
packets_sent 46
packets_received 160
protocol_overhead_in 640
protocol_overhead_out 184
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 126
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 103
bytes_received_prepare_response_packet 3613
bytes_received_change_user_packet 4444
packets_sent_command 20
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 14
packets_received_rset_field_meta 0
packets_received_rset_row 17
packets_received_prepare_response 96
packets_received_change_user 27
result_set_queries 14
non_result_set_queries 3
no_index_used 0
bad_index_used 0
slow_queries 0
buffered_sets 14
unbuffered_sets 0
ps_buffered_sets 0
ps_unbuffered_sets 0
flushed_normal_sets 0
flushed_ps_sets 0
ps_prepared_never_executed 0
ps_prepared_once_executed 0
rows_fetched_from_server_normal 13
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 13
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 13
rows_fetched_from_client_normal_unbuffered 0
rows_fetched_from_client_ps_buffered 0
rows_fetched_from_client_ps_unbuffered 0
rows_fetched_from_client_ps_cursor 0
rows_affected_normal 0
rows_affected_ps 0
rows_skipped_normal 13
rows_skipped_ps 0
copy_on_write_saved 94
copy_on_write_performed 0
command_buffer_too_small 0
connect_success 3
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 0
active_connections 18446744073709551613
active_persistent_connections 0
explicit_close 3
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 14
implicit_free_result 0
explicit_stmt_close 0
implicit_stmt_close 0
mem_emalloc_count 0
mem_emalloc_amount 0
mem_ecalloc_count 0
mem_ecalloc_amount 0
mem_erealloc_count 0
mem_erealloc_amount 0
mem_efree_count 0
mem_efree_amount 0
mem_malloc_count 0
mem_malloc_amount 0
mem_calloc_count 0
mem_calloc_amount 0
mem_realloc_count 0
mem_realloc_amount 0
mem_free_count 0
mem_free_amount 0
mem_estrndup_count 0
mem_strndup_count 0
mem_estndup_count 0
mem_strdup_count 0
proto_text_fetched_null 0
proto_text_fetched_bit 0
proto_text_fetched_tinyint 0
proto_text_fetched_short 0
proto_text_fetched_int24 0
proto_text_fetched_int 10
proto_text_fetched_bigint 14
proto_text_fetched_decimal 0
proto_text_fetched_float 2
proto_text_fetched_double 0
proto_text_fetched_date 0
proto_text_fetched_year 0
proto_text_fetched_time 0
proto_text_fetched_datetime 2
proto_text_fetched_timestamp 0
proto_text_fetched_string 60
proto_text_fetched_blob 2
proto_text_fetched_enum 0
proto_text_fetched_set 0
proto_text_fetched_geometry 0
proto_text_fetched_other 0
proto_binary_fetched_null 0
proto_binary_fetched_bit 0
proto_binary_fetched_tinyint 0
proto_binary_fetched_short 0
proto_binary_fetched_int24 0
proto_binary_fetched_int 0
proto_binary_fetched_bigint 0
proto_binary_fetched_decimal 0
proto_binary_fetched_float 0
proto_binary_fetched_double 0
proto_binary_fetched_date 0
proto_binary_fetched_year 0
proto_binary_fetched_time 0
proto_binary_fetched_datetime 0
proto_binary_fetched_timestamp 0
proto_binary_fetched_string 0
proto_binary_fetched_blob 0
proto_binary_fetched_enum 0
proto_binary_fetched_set 0
proto_binary_fetched_geometry 0
proto_binary_fetched_other 0
init_command_executed_count 0
init_command_failed_count 0
com_quit 3
com_init_db 0
com_query 17
com_field_list 0
com_create_db 0
com_drop_db 0
com_refresh 0
com_shutdown 0
com_statistics 0
com_process_info 0
com_connect 0
com_process_kill 0
com_debug 0
com_ping 0
com_time 0
com_delayed_insert 0
com_change_user 0
com_binlog_dump 0
com_table_dump 0
com_connect_out 0
com_register_slave 0
com_stmt_prepare 0
com_stmt_execute 0
com_stmt_send_long_data 0
com_stmt_close 0
com_stmt_reset 0
com_stmt_set_option 0
com_stmt_fetch 0
com_deamon 0
bytes_received_real_data_normal 4238
bytes_received_real_data_ps 0

example statistics
stat1 0
stat2 0

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.1e-fips 11 Feb 2013
OpenSSL Header Version OpenSSL 1.0.1e-fips 11 Feb 2013

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.37 2015-04-28

DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql, sqlite

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $

DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/tmp/mysql.sock/tmp/mysql.sock

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.8.10.2

Phar

Phar: PHP Archive supportenabled
Phar EXT version 2.0.1
Phar API version 1.1.1
SVN revision $Id: ba734629367f9671b25202408d13914fa63d8396 $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression enabled
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.

DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

Revision $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $

Reflection

Reflectionenabled
Version $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $

session

Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOnOff
session.cookie_lifetime12096000
session.cookie_path//
session.cookie_secureOffOff
session.entropy_file/dev/urandom/dev/urandom
session.entropy_length3232
session.gc_divisor100100
session.gc_maxlifetime12096001440
session.gc_probability11
session.hash_bits_per_character44
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/data/web/virtuals/79066/virtual/session/data/web/virtuals/79066/virtual/session
session.serialize_handlerphpphp
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_trans_sid00

SimpleXML

Simplexml supportenabled
Revision $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $
Schema support enabled

soap

Soap Client enabled
Soap Server enabled

DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit55
soap.wsdl_cache_ttl8640086400

sockets

Sockets Support enabled

SPL

SPL supportenabled
Interfaces Countable, 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 supportenabled
SQLite3 module version 0.7
SQLite Library 3.8.10.2

DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /data/web/mlimit/sendmail.sh

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
url_rewriter.tagsa=href,area=href,frame=src,form=,fieldset=a=href,area=href,frame=src,form=,fieldset=
user_agentno valueno value

sysvmsg

sysvmsg support enabled
Revision $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
WDDX Session Serializer enabled

XCache

XCache Version 3.2.0
Modules Built cacher

DirectiveLocal ValueMaster Value
xcache.coredump_directoryno valueno value
xcache.disable_on_crashOffOff
xcache.experimentalOffOff
xcache.testOffOff

XCache Cacher

XCache Cacher Module enabled
Readonly Protection disabled
Page Request Time 2018-02-13 19:05:41
Cache Init Time 2018-02-13 18:01:33
Cache Instance Id 24548
Opcode Cache enabled, 2,147,483,648 bytes, 8 split(s), with 8192 slots each
Variable Cache disabled
Shared Memory Schemes mmap

DirectiveLocal ValueMaster Value
xcache.admin.enable_authOnOn
xcache.allocatorbestfitbestfit
xcache.cacherOnOn
xcache.count88
xcache.gc_interval00
xcache.mmap_path/dev/zero/dev/zero
xcache.readonly_protectionOffOff
xcache.shm_schememmapmmap
xcache.size2G2G
xcache.slots8K8K
xcache.statOnOn
xcache.ttl00
xcache.var_allocatorbestfitbestfit
xcache.var_count11
xcache.var_gc_interval120120
xcache.var_maxttl00
xcache.var_namespaceno valueno value
xcache.var_namespace_mode00
xcache.var_size00
xcache.var_slots8K8K
xcache.var_ttl00

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.7.6

xmlreader

XMLReader enabled

xmlrpc

core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com

xmlwriter

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.26
libxslt compiled against libxml Version 2.7.6
EXSLT enabled
libexslt Version 1.1.26

zip

Zip enabled
Extension Version $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $
Zip version 1.11.0
Libzip version 0.10.1

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name
ionCube Loader
sysvsem
sysvshm

HTTP request

$_GET

do
"addFavorite" (11)

$_POST

empty

$_COOKIE

nette-browser
"tktt4aumkn" (10)
tracy-debug-bar
"0:0" (3)
tracy-debug-panel-Nette-Bridges-SecurityTracy-UserPanel
""
tracy-debug-panel-Nette-Bridges-DatabaseTracy-ConnectionPanel
""
PHPSESSID
"137c923a8bc5b399638b7d023de12da2" (32)

HTTP response

Headers

Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=137c923a8bc5b399638b7d023de12da2; expires=Tue, 27-Feb-2018 18:05:41 GMT; path=/; httponly
Set-Cookie: nette-browser=tktt4aumkn; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With