(test) 12345

DUMP: $sys
Array
(
    [mypath] => /opt/webs/contentsystem/.ABE/..
    [header] => Array
        (
        )

    [output] => !erroron

!_(test)

!$(text,4){12345}

!jsonsave(test.json,text)
!jsonload(test.json,hallo)

!$(hallo,4)

!dump($sys);
!dump($_SERVER);
    [file] => /opt/webs/contentsystem/.ABE/../abeauth.de/prod/index.html
    [filename] => index.html
    [filepath] => /
    [path] => /opt/webs/contentsystem/.ABE/../abeauth.de/
    [exefile] => /opt/webs/contentsystem/.ABE/../abeauth.de/_.php
    [filepatharray] => Array
        (
            [0] => 
            [1] => index.html
        )

    [source] => Array
        (
            [0] => prod
        )

    [fromsource] => prod
    [index] => 1
    [vars] => Array
        (
            [text] => Array
                (
                    [4] => 12345
                )

            [hallo] => Array
                (
                    [4] => 12345
                )

        )

)
;

DUMP: $_SERVER
Array
(
    [USER] => www-data
    [HOME] => /var/www
    [HTTP_HOST] => abeauth.de
    [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] => */*
    [REDIRECT_STATUS] => 200
    [SERVER_NAME] => abeauth.de
    [SERVER_PORT] => 443
    [SERVER_ADDR] => 5.75.186.94
    [REMOTE_USER] => 
    [REMOTE_PORT] => 31932
    [REMOTE_ADDR] => 216.73.216.118
    [SERVER_SOFTWARE] => nginx/1.24.0
    [GATEWAY_INTERFACE] => CGI/1.1
    [HTTPS] => on
    [REQUEST_SCHEME] => https
    [SERVER_PROTOCOL] => HTTP/1.1
    [DOCUMENT_ROOT] => /opt/webs/contentsystem/.ABE
    [DOCUMENT_URI] => /
    [REQUEST_URI] => /index.html
    [SCRIPT_NAME] => /index.php
    [CONTENT_LENGTH] => 
    [CONTENT_TYPE] => 
    [REQUEST_METHOD] => GET
    [QUERY_STRING] => 
    [SCRIPT_FILENAME] => /opt/webs/contentsystem/.ABE/start.php
    [PATH_INFO] => 
    [FCGI_ROLE] => RESPONDER
    [PHP_SELF] => /index.php
    [REQUEST_TIME_FLOAT] => 1774416999.5236
    [REQUEST_TIME] => 1774416999
)
;