parser/tests/0207/code.php
2022-12-04 08:56:53 +00:00

8 lines
74 B
PHP

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