Subversion Repositories fastphp

Rev

Rev 32 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32 Rev 36
Line 1... Line 1...
1
 
1
 
2
public            1
2
0 n/a		_
3
private           2
3
1 private	1
4
protected         4
4
2 protected	2
5
abstract          8
-
 
6
static           16
5
3 public	3
-
 
6
 
7
const            32
7
0 n/a		_
8
var              64
8
1 abstract	A
9
function        128
9
2 final		F
-
 
10
 
10
constructor     256
11
0 n/a		_
11
destructor      512
12
1 static	S
-
 
13
 
-
 
14
 
-
 
15
 
-
 
16
 
-
 
17
 
-
 
18
 
-
 
19
 
12
magic method   1024
20
CON1__	private const
13
class          2048
21
CON2__	protected const
14
trait          4096
22
CON3__	public const
-
 
23
 
15
interface      8192
24
VAR1__	private var
16
<reserved>    16384
25
VAR2__	protected var
17
<reserved>    32768
26
VAR3__	public var
18
 
-
 
19
 
27
 
20
00000033      public const
-
 
21
00000034      private const
28
FUN1__	private function
22
00000036      protected const
29
FUN2__	protected function
23
00000065      public var
30
FUN3__	public function
24
00000066      private var
31
FUN2A_	protected abstract function
25
00000068      protected var
32
FUN3A_	public abstract function
26
00000129      public function
33
FUN1_S	private static function
27
00000130      private function
34
FUN2_S	protected static function
28
00000132      protected function
35
FUN3_S	public static function
29
00000137      abstract public function
36
FUN2AS	protected abstract static function
30
00000140      abstract protected function
37
FUN3AS	public abstract static function
31
00000145      static public function
38
FUN1F_	private final function
32
00000146      static private function
39
FUN2F_	protected final function
33
00000148      static protected function
40
FUN3F_	public final function
34
00000153      abstract static public function
41
FUN1FS	private final static function
35
00000156      abstract static protected function
42
FUN2FS	protected final static function
36
00000257      public constructor
43
FUN3FS	public final static function
-
 
44
 
37
00000258      private constructor
45
CST1__	private constructor
38
00000260      protected constructor
46
CST2__	protected constructor
-
 
47
CST3__	public constructor
39
00000265      abstract public constructor
48
CST2A_	protected abstract constructor
40
00000268      abstract protected constructor
49
CST3A_	public abstract constructor
-
 
50
CST1F_	private final constructor
-
 
51
CST2F_	protected final constructor
41
00000513      public destructor
52
CST3F_	public final constructor
-
 
53
 
42
00000514      private destructor
54
DST1__	private destructor
43
00000516      protected destructor
55
DST2__	protected destructor
-
 
56
DST3__	public destructor
44
00000521      abstract public destructor
57
DST2A_	protected abstract destructor
45
00000524      abstract protected destructor
58
DST3A_	public abstract destructor
-
 
59
DST1F_	private final destructor
-
 
60
DST2F_	protected final destructor
46
00001025      public magic
61
DST3F_	public final destructor
-
 
62
 
47
00001026      private magic
63
MAG1__	private magic
48
00001028      protected magic
64
MAG2__	protected magic
-
 
65
MAG3__	public magic
49
00001033      abstract public magic
66
MAG2A_	protected abstract magic
50
00001036      abstract protected magic
67
MAG3A_	public abstract magic
51
00001041      static public magic
68
MAG1_S	private static magic
52
00001042      static private magic
69
MAG2_S	protected static magic
53
00001044      static protected magic
70
MAG3_S	public static magic
54
00001049      abstract static public magic
71
MAG2AS	protected abstract static magic
55
00001052      abstract static protected magic
72
MAG3AS	public abstract static magic
-
 
73
MAG1F_	private final magic
-
 
74
MAG2F_	protected final magic
-
 
75
MAG3F_	public final magic
-
 
76
MAG1FS	private final static magic
-
 
77
MAG2FS	protected final static magic
-
 
78
MAG3FS	public final static magic
-
 
79
 
56
00002048      class
80
CLS___	class
57
00002056      abstract class
81
CLS_A_	abstract class
-
 
82
CLS_F_	final class
-
 
83
 
58
00004096      trait
84
TRA___	trait
59
00008192      interface
85
INT___	interface
-
 
86
ERR___	Error
-
 
87
FLD___	Folder icon
-
 
88
FIL___	File icon
60
99999999      TODO
89
TDO___	TODO