parser/tests/fixtures/0121/code.php

6 lines
49 B
PHP
Raw Normal View History

<?php
class foo {
static const BAR = 34;
}