parser/tests/fixtures/0122/code.php

6 lines
49 B
PHP
Raw Normal View History

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