Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
penneotest.bitkit.dk
httpdocs
vendor
phpstan
phpdoc-parser
src
Ast
ConstExpr
File Content:
ConstExprIntegerNode.php
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast\ConstExpr; use PHPStan\PhpDocParser\Ast\NodeAttributes; class ConstExprIntegerNode implements ConstExprNode { use NodeAttributes; /** @var string */ public $value; public function __construct(string $value) { $this->value = $value; } public function __toString(): string { return $this->value; } }
Edit
Download
Unzip
Chmod
Delete