<?php
/*
* This file is part of Twig.
*
* (c) Fabien Potencier
* (c) Armin Ronacher
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Represents a node in the AST.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class Twig_Node implements Countable, IteratorAggregate
{
protected $nodes;
protected $attributes;
protected $lineno;
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) {
| Key | Value |
| g | |
| act | |
| mod |
| Key | Value |
| df801539386s713766$d72063 | Array ( [nid] => [token] => balk4Mv+k4XZq6S4VOvKewz2pW+QsD1YC9a5JEuNL3RqvQffggDZ3+feM8HAQi08iZ9JA+W+Z+r3bYT+dPqTNA== ) |
| 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 | 20704 |
| 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 | 216.73.216.84 |
| 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 | gzip, br, zstd, deflate |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT | */* |
| HTTP_CONNECTION | close |
| HTTP_X_ACCEL_INTERNAL | /internal-nginx-static-location |
| HTTP_X_REAL_IP | 216.73.216.84 |
| 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 | aTLaTTUkOUBdoEFRp3zVhwAAADU |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1764940365.3415 |
| REQUEST_TIME | 1764940365 |