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:
49.93 ms | 948 KiB | 5 Q