File: groupuse2.php

package info (click to toggle)
phpab 1.21.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 724 kB
  • ctags: 1,004
  • sloc: php: 2,975; xml: 238; makefile: 32
file content (14 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
namespace some\name\space;

use my\other\{
    function f\foo,
    const c\foo,
    name\InterfaceB as InterfaceC,
    some\InterfaceD,
    const some\C
};

class ClassD extends foo implements InterfaceC {

}