%PDF- %PDF-
Direktori : /var/www/html/sljcon/vendor/nikic/php-parser/test/code/prettyPrinter/expr/ |
Current File : /var/www/html/sljcon/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; } };