summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 38e8e1300b1c1d90ea24f1a67485ff9457a07043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
Extension [ <persistent> extension #120 xdiff version 2.1.1 ] {

  - Constants [3] {
    Constant [ int XDIFF_PATCH_NORMAL ] { 45 }
    Constant [ int XDIFF_PATCH_REVERSE ] { 43 }
    Constant [ int XDIFF_PATCH_IGNORESPACE ] { 256 }
  }

  - Functions {
    Function [ <internal:xdiff> function xdiff_string_diff ] {

      - Parameters [4] {
        Parameter #0 [ <required> string $str1 ]
        Parameter #1 [ <required> string $str2 ]
        Parameter #2 [ <optional> int $context = 3 ]
        Parameter #3 [ <optional> bool $minimal = false ]
      }
    }
    Function [ <internal:xdiff> function xdiff_file_diff ] {

      - Parameters [5] {
        Parameter #0 [ <required> string $file1 ]
        Parameter #1 [ <required> string $file2 ]
        Parameter #2 [ <required> string $dest ]
        Parameter #3 [ <optional> int $context = 3 ]
        Parameter #4 [ <optional> bool $minimal = false ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_string_bdiff ] {

      - Parameters [2] {
        Parameter #0 [ <required> string $str1 ]
        Parameter #1 [ <required> string $str2 ]
      }
    }
    Function [ <internal:xdiff> function xdiff_string_diff_binary ] {

      - Parameters [2] {
        Parameter #0 [ <required> string $str1 ]
        Parameter #1 [ <required> string $str2 ]
      }
    }
    Function [ <internal:xdiff> function xdiff_file_bdiff ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $file1 ]
        Parameter #1 [ <required> string $file2 ]
        Parameter #2 [ <required> string $dest ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_file_diff_binary ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $file1 ]
        Parameter #1 [ <required> string $file2 ]
        Parameter #2 [ <required> string $dest ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_string_rabdiff ] {

      - Parameters [2] {
        Parameter #0 [ <required> string $str1 ]
        Parameter #1 [ <required> string $str2 ]
      }
    }
    Function [ <internal:xdiff> function xdiff_file_rabdiff ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $file1 ]
        Parameter #1 [ <required> string $file2 ]
        Parameter #2 [ <required> string $dest ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_file_bdiff_size ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $file1 ]
        Parameter #1 [ <required> string $file2 ]
        Parameter #2 [ <required> string $dest ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_string_bdiff_size ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $file1 ]
        Parameter #1 [ <required> string $file2 ]
        Parameter #2 [ <required> string $dest ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_file_patch ] {

      - Parameters [4] {
        Parameter #0 [ <required> string $file ]
        Parameter #1 [ <required> string $patch ]
        Parameter #2 [ <required> string $dest ]
        Parameter #3 [ <optional> int $flags = XDIFF_PATCH_NORMAL ]
      }
    }
    Function [ <internal:xdiff> function xdiff_string_patch ] {

      - Parameters [4] {
        Parameter #0 [ <required> string $file ]
        Parameter #1 [ <required> string $patch ]
        Parameter #2 [ <optional> int $flags = XDIFF_PATCH_NORMAL ]
        Parameter #3 [ <optional> ?string &$error = null ]
      }
    }
    Function [ <internal:xdiff> function xdiff_file_bpatch ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $file ]
        Parameter #1 [ <required> string $patch ]
        Parameter #2 [ <required> string $dest ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_file_patch_binary ] {

      - Parameters [3] {
        Parameter #0 [ <required> string $file ]
        Parameter #1 [ <required> string $patch ]
        Parameter #2 [ <required> string $dest ]
      }
      - Return [ bool ]
    }
    Function [ <internal:xdiff> function xdiff_string_bpatch ] {

      - Parameters [2] {
        Parameter #0 [ <required> string $str ]
        Parameter #1 [ <required> string $patch ]
      }
    }
    Function [ <internal:xdiff> function xdiff_string_patch_binary ] {

      - Parameters [2] {
        Parameter #0 [ <required> string $str ]
        Parameter #1 [ <required> string $patch ]
      }
    }
    Function [ <internal:xdiff> function xdiff_file_merge3 ] {

      - Parameters [4] {
        Parameter #0 [ <required> string $file1 ]
        Parameter #1 [ <required> string $file2 ]
        Parameter #2 [ <required> string $file3 ]
        Parameter #3 [ <required> string $dest ]
      }
    }
    Function [ <internal:xdiff> function xdiff_string_merge3 ] {

      - Parameters [4] {
        Parameter #0 [ <required> string $str1 ]
        Parameter #1 [ <required> string $str2 ]
        Parameter #2 [ <required> string $str3 ]
        Parameter #3 [ <optional> ?string &$error = null ]
      }
    }
  }
}