parser/tests/0129/code.php
2022-11-30 14:38:07 +00:00

8 lines
123 B
PHP

<?php
class foo {
public function __construct(
readonly public protected private string $s = "h",
) {}
}