PHP 8.2.31
Preview: EncapsedStringPart.php Size: 726 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php

<?php

declare (strict_types=1);
namespace PhpParser\Node\Scalar;

use PhpParser\Node\Scalar;
class EncapsedStringPart extends Scalar
{
    /** @var string String value */
    public $value;
    /**
     * Constructs a node representing a string part of an encapsed string.
     *
     * @param string $value      String value
     * @param array  $attributes Additional attributes
     */
    public function __construct(string $value, array $attributes = [])
    {
        $this->attributes = $attributes;
        $this->value = $value;
    }
    public function getSubNodeNames() : array
    {
        return ['value'];
    }
    public function getType() : string
    {
        return 'Scalar_EncapsedStringPart';
    }
}

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
2.03 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
705 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
726 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
2.60 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
595 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
4.34 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).