Files
php_8/classes/readonly_mixed.php
2022-04-23 14:36:27 +03:00

5 lines
59 B
PHP

<?php
class Greeting {
public readonly mixed $hello;
}