<?php $result = new class('Ivan', 12) { public function __construct( public string $name, public int $age, ) { } }; var_dump($result);
You have javascript disabled. You will not be able to edit any code.