File: use7.php

package info (click to toggle)
phpab 1.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 576 kB
  • ctags: 907
  • sloc: php: 2,571; xml: 181; makefile: 30
file content (10 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<?php

namespace demo\a {

    $a = 1;
    $x = function($y) use ($a) {};

    class demo2 {
    }
}