3v4l.org

run code in 300+ PHP versions simultaneously
<?php $omaluokka = new class('Matti') { private $name; function __construct($name) { $this->name = $name; } public function whois() { return $this->name; } }; var_dump($omaluokka->whois());

preferences:
49.43 ms | 402 KiB | 5 Q