protected $tag; private $name; /** * Constructor. * * The nodes are automatically made available as properties ($this->node). * The attributes are automatically made available as array items ($this['name']). * * @param array $nodes An array of named nodes * @param array $attributes An array of attributes (should not be nodes) * @param int $lineno The line number * @param string $tag The tag name associated with the Node */ public function __construct(array $nodes = array(), array $attributes = array(), $lineno = 0, $tag = null) { foreach ($nodes as $name => $node) { if (!$node instanceof self) { throw new InvalidArgumentException(sprintf('Using "%s" for the value of node "%s" of "%s" is not supported. You must pass a Twig_Node instance.', is_object($node) ? get_class($node) : null === $node ? 'null' : gettype($node), $name, get_class($this))); } } $this->nodes = $nodes; $this->attributes = $attributes; $this->lineno = $lineno; $this->tag = $tag; } public function __toString() { $attributes = array(); foreach ($this->attributes as $name => $value) { $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true))); } $repr = array(get_class($this).'('.implode(', ', $attributes)); if (count($this->nodes)) { foreach ($this->nodes as $name => $node) { $len = strlen($name) + 4;
Key | Value |
g | |
act | |
mod |
Key | Value |
df801539386s713766$d72063 | Array ( [nid] => [token] => dI8r58XAGosx0h82khvppcrAiQk+N/OIc0KbXsfWqmnXbALIxMD3546iI8aad+pQYdW490xDZ8vIve4gNenz7w== ) |
language | de |
lredirect | https://kooperationsmarkt.de/ |
Key | Value |
USER | yz8z35yh |
HOME | /var/www/vhosts/yz8z35yh.web141.alfahosting-server.de |
SCRIPT_NAME | /index.php |
REQUEST_URI | / |
QUERY_STRING | |
REQUEST_METHOD | GET |
SERVER_PROTOCOL | HTTP/1.1 |
GATEWAY_INTERFACE | CGI/1.1 |
REMOTE_PORT | 24756 |
SCRIPT_FILENAME | /var/www/vhosts/yz8z35yh.web141.alfahosting-server.de/kooperationsmarkt.de/index.php |
SERVER_ADMIN | root@localhost |
CONTEXT_DOCUMENT_ROOT | /var/www/vhosts/yz8z35yh.web141.alfahosting-server.de/kooperationsmarkt.de |
CONTEXT_PREFIX | |
REQUEST_SCHEME | https |
DOCUMENT_ROOT | /var/www/vhosts/yz8z35yh.web141.alfahosting-server.de/kooperationsmarkt.de |
REMOTE_ADDR | 18.97.14.80 |
SERVER_PORT | 443 |
SERVER_ADDR | 5.44.111.141 |
SERVER_NAME | kooperationsmarkt.de |
SERVER_SOFTWARE | Apache |
SERVER_SIGNATURE | |
PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin |
HTTP_ACCEPT_ENCODING | br,gzip |
HTTP_IF_MODIFIED_SINCE | Tue, 25 Mar 2025 01:17:19 GMT |
HTTP_ACCEPT_LANGUAGE | en-US,en;q=0.5 |
HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
HTTP_CONNECTION | close |
HTTP_X_ACCEL_INTERNAL | /internal-nginx-static-location |
HTTP_X_REAL_IP | 18.97.14.80 |
HTTP_HOST | kooperationsmarkt.de |
proxy-nokeepalive | 1 |
HTTPS | on |
php-version | |
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY | 0 |
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY | 0 |
PERL5LIB | /usr/share/awstats/lib:/usr/share/awstats/plugins |
UNIQUE_ID | aHPh8R1dUmoYTBe8MZGgEAAAAAw |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1752424945.4105 |
REQUEST_TIME | 1752424945 |