3v4l.org

run code in 500+ 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:
67.84 ms | 968 KiB | 5 Q