- Output for 8.2.0 - 8.2.26, 8.3.0 - 8.3.14, 8.4.1
- Fatal error: New expressions are not supported in this context in /in/mStY0 on line 8
Process exited with code 255.
<?php
class BlogPost {
public function __construct(public string $name) {}
}
class State {
const POSTS = [
new BLogPost('ab'),
];
}