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

<?php

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

use PhpParser\Node\Scalar;
abstract class MagicConst extends Scalar
{
    /**
     * Constructs a magic constant node.
     *
     * @param array $attributes Additional attributes
     */
    public function __construct(array $attributes = [])
    {
        $this->attributes = $attributes;
    }
    public function getSubNodeNames() : array
    {
        return [];
    }
    /**
     * Get name of magic constant.
     *
     * @return string Name of magic constant
     */
    public abstract function getName() : string;
}

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).