Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/expr/
Upload File :
Current File : //home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/expr/anonymousClass.test

Anonymous classes
-----
<?php

new class {};
new class extends A implements B, C {};
new class($a) extends A {
    private $a;
    public function __construct($a) {
        $this->a = $a;
    }
};
-----
new class
{
};
new class extends A implements B, C
{
};
new class($a) extends A
{
    private $a;
    public function __construct($a)
    {
        $this->a = $a;
    }
};

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]