PHP 8.2.31
Preview: MagicConst.php Size: 602 B
/opt/cpanel/ea-wappspector/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<string, mixed> $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
     */
    abstract public function getName(): string;
}

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
- drwxr-xr-x 2025-12-06 11:56:16
Edit Download
284 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
321 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
383 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
2.05 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
933 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
2.45 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
278 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
602 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
4.96 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download

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