PHP 8.2.31
Preview: VariadicPlaceholder.php Size: 653 B
/opt/cpanel/ea-wappspector/vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php

<?php declare(strict_types=1);

namespace PhpParser\Node;

use PhpParser\NodeAbstract;

/**
 * Represents the "..." in "foo(...)" of the first-class callable syntax.
 */
class VariadicPlaceholder extends NodeAbstract {
    /**
     * Create a variadic argument placeholder (first-class callable syntax).
     *
     * @param array<string, mixed> $attributes Additional attributes
     */
    public function __construct(array $attributes = []) {
        $this->attributes = $attributes;
    }

    public function getType(): string {
        return 'VariadicPlaceholder';
    }

    public function getSubNodeNames(): array {
        return [];
    }
}

Directory Contents

Dirs: 4 × Files: 26

Name Size Perms Modified Actions
Expr DIR
- drwxr-xr-x 2025-12-06 11:56:16
Edit Download
Name DIR
- drwxr-xr-x 2025-12-06 11:56:16
Edit Download
Scalar DIR
- drwxr-xr-x 2025-12-06 11:56:16
Edit Download
Stmt DIR
- drwxr-xr-x 2025-12-06 11:56:16
Edit Download
1.27 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
1.18 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
820 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
647 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
973 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
323 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
971 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
992 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
133 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
731 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
2.07 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
850 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
665 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
652 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
8.47 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
679 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
3.70 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
3.35 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
1.05 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
98 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
999 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
133 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
677 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
1.64 KB lrw-r--r-- 2025-12-06 11:56:16
Edit Download
653 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download
502 B lrw-r--r-- 2025-12-06 11:56:16
Edit Download

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