parser/tests/fixtures/0208/code.php

8 lines
75 B
PHP
Raw Normal View History

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