parser/tests/fixtures/0206/code.php

8 lines
75 B
PHP
Raw Normal View History

<?php
class foo {
use a, b, c {
a::s insteadof b, c,;
}
}