summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: ae82d18313a186f78ca63e8f254fd6f1deef846d (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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
Extension [ <persistent> extension #15 ionCube Loader version <no_version> ] {

  - INI {
    Entry [ ic24.enable <SYSTEM> ]
      Current = '0'
    }
    Entry [ ic24.sec.stop_on_error <SYSTEM> ]
      Current = '1'
    }
    Entry [ ic24.sec.approve_included_files <SYSTEM> ]
      Current = ''
    }
    Entry [ ic24.sec.trusted_include_paths <SYSTEM> ]
      Current = ''
    }
    Entry [ ic24.sec.block_uploaded_files <SYSTEM> ]
      Current = '1'
    }
    Entry [ ic24.api_access_key <PERDIR> ]
      Current = ''
    }
    Entry [ ic24.api_check_ip <SYSTEM> ]
      Current = '1'
    }
    Entry [ ic24.slt <SYSTEM> ]
      Current = '7'
    }
    Entry [ ic24.sec.enable <SYSTEM> ]
      Current = 'auto'
    }
    Entry [ ic24.sec.initial_state <SYSTEM> ]
      Current = '1'
    }
    Entry [ ic24.sec.initial_action <SYSTEM> ]
      Current = 'block'
    }
    Entry [ ic24.sec.initial_notify <SYSTEM> ]
      Current = 'always'
    }
    Entry [ ic24.sec.initial_cache_all <SYSTEM> ]
      Current = '1'
    }
    Entry [ ic24.sec.exclusion_key <SYSTEM> ]
      Current = ''
    }
    Entry [ ic24.cache_path <SYSTEM> ]
      Current = ''
    }
    Entry [ ic24.home_dir <SYSTEM> ]
      Current = ''
    }
    Entry [ ic24.sec.block_stdin <SYSTEM> ]
      Current = '1'
    }
    Entry [ ic24.update_domains_retry_interval <SYSTEM> ]
      Current = '30'
    }
    Entry [ ic24.dump_cache <SYSTEM> ]
      Current = '0'
    }
    Entry [ ic24.phperr.enable <SYSTEM> ]
      Current = 'auto'
    }
    Entry [ ic24.phperr.ignore <ALL> ]
      Current = '0'
    }
    Entry [ ic24.api.log_msg_errors <SYSTEM> ]
      Current = '0'
    }
    Entry [ ic24.api.max_timeout <SYSTEM> ]
      Current = '7'
    }
    Entry [ ioncube.loader.encoded_paths <ALL> ]
      Current = ''
    }
    Entry [ phpd <ALL> ]
      Current = '1'
    }
    Entry [ phpd.t <ALL> ]
      Current = '1'
    }
  }

  - Constants [14] {
    Constant [ integer ION_CORRUPT_FILE ] { 1 }
    Constant [ integer ION_EXPIRED_FILE ] { 2 }
    Constant [ integer ION_NO_PERMISSIONS ] { 3 }
    Constant [ integer ION_CLOCK_SKEW ] { 4 }
    Constant [ integer ION_UNTRUSTED_EXTENSION ] { 5 }
    Constant [ integer ION_LICENSE_NOT_FOUND ] { 6 }
    Constant [ integer ION_LICENSE_CORRUPT ] { 7 }
    Constant [ integer ION_LICENSE_EXPIRED ] { 8 }
    Constant [ integer ION_LICENSE_PROPERTY_INVALID ] { 9 }
    Constant [ integer ION_LICENSE_HEADER_INVALID ] { 10 }
    Constant [ integer ION_LICENSE_SERVER_INVALID ] { 11 }
    Constant [ integer ION_UNAUTH_INCLUDING_FILE ] { 12 }
    Constant [ integer ION_UNAUTH_INCLUDED_FILE ] { 13 }
    Constant [ integer ION_UNAUTH_APPEND_PREPEND_FILE ] { 14 }
  }

  - Functions {
    Function [ <internal:ionCube Loader> function ioncube_file_is_encoded ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_file_info ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_file_properties ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_file_not_permissioned ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_license_properties ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_licensed_servers ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_server_data ] {
    }
    Function [ <internal:ionCube Loader> function ic24_get_cache_id ] {
    }
    Function [ <internal:ionCube Loader> function ic24_is_authenticated ] {
    }
    Function [ <internal:ionCube Loader> function ic24_authentication_status ] {
    }
    Function [ <internal:ionCube Loader> function ic24_api_version ] {
    }
    Function [ <internal:ionCube Loader> function ic24_enable ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_query ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_size ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_remove_item_by_id ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_remove_item_by_path ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_remove_by_filter ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_query_id ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_add_path ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_remove_directory ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_add_directory ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_cache_do_maintenance ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_rescan_cache ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_approve_item ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_block_item ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_unblock_item ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_set_default_notify_status ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_get_default_notify_status ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_set_default_exec_status ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_get_default_exec_status ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_set_trustpoint ] {
    }
    Function [ <internal:ionCube Loader> function ic24_sec_get_trustpoint ] {
    }
    Function [ <internal:ionCube Loader> function ic24_set_pkv ] {
    }
    Function [ <internal:ionCube Loader> function ic24_get_pkv ] {
    }
    Function [ <internal:ionCube Loader> function ic24_update_domains ] {
    }
    Function [ <internal:ionCube Loader> function ic24_cache_status ] {
    }
    Function [ <internal:ionCube Loader> function ic24_phperr_set_ignore ] {
    }
    Function [ <internal:ionCube Loader> function ic24_phperr_suppress ] {
    }
    Function [ <internal:ionCube Loader> function ic24_phperr_get_suppressions ] {
    }
    Function [ <internal:ionCube Loader> function _dyuweyrj4 ] {
    }
    Function [ <internal:ionCube Loader> function _dyuweyrj4r ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_check_license_properties ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_license_matches_server ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_license_has_expired ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_read_file ] {

      - Parameters [2] {
        Parameter #0 [ <required> $param0 ]
        Parameter #1 [ <required> &$param1 ]
      }
    }
    Function [ <internal:ionCube Loader> function ioncube_write_file ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_loader_version ] {
    }
    Function [ <internal:ionCube Loader> function ioncube_loader_iversion ] {
    }
  }
}