PHP 8.3.31
Preview: MagicConst.php Size: 602 B
/proc/self/root/home/getspomw/itechservicellc.com/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-11-18 19:24:04
Edit Download
199 B lrw-r--r-- 2025-10-28 20:23:06
Edit Download
224 B lrw-r--r-- 2025-10-28 20:23:06
Edit Download
289 B lrw-r--r-- 2025-10-28 20:23:06
Edit Download
2.05 KB lrw-r--r-- 2025-10-28 20:23:06
Edit Download
933 B lrw-r--r-- 2025-10-28 20:23:06
Edit Download
2.45 KB lrw-r--r-- 2025-10-28 20:23:06
Edit Download
195 B lrw-r--r-- 2025-10-28 20:23:06
Edit Download
602 B lrw-r--r-- 2025-10-28 20:23:06
Edit Download
4.95 KB lrw-r--r-- 2025-10-28 20:23:06
Edit Download

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