6 lines
55 B
PHP
Raw Normal View History

<?php
class foo {
final private const BAR = 3;
}