File: file2.php

package info (click to toggle)
phpab 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 800 kB
  • sloc: php: 3,309; xml: 161; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace test {

  class testBlup extends base { }

}

namespace bar {
  class demo5 extends demo4 { }

  class barEx2 extends exNonExisting { }
}

?>