parser/tests/0207/code.php

8 lines
74 B
PHP
Raw Normal View History

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