File: trait0.php

package info (click to toggle)
phpab 1.25.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 768 kB
  • sloc: php: 3,227; xml: 257; makefile: 29
file content (5 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (6)
1
2
3
4
5
<?php

trait test {
    public function demo() {}
}