3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { readonly string $bar; public function __construct( readonly int $promotedProp ) { $this->bar = 'bar'; var_dump($this->promotedProp, $this->bar); } } new Foo(10);

preferences:
24.36 ms | 404 KiB | 5 Q