From 821b399edab6bf97a4efbd6ac51a0dfed7d4c945 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Oct 2014 10:50:26 +0200 Subject: php-ioncube-loader: 4.7.0 (with 5.6 support) --- REFLECTION | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..dad8bbb --- /dev/null +++ b/REFLECTION @@ -0,0 +1,69 @@ +Extension [ extension #180 ionCube Loader version ] { + + - INI { + Entry [ phpd ] + Current = '1' + } + Entry [ phpd.t ] + 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 [ function ioncube_file_is_encoded ] { + } + Function [ function ioncube_file_info ] { + } + Function [ function ioncube_file_properties ] { + } + Function [ function ioncube_file_not_permissioned ] { + } + Function [ function ioncube_license_properties ] { + } + Function [ function ioncube_licensed_servers ] { + } + Function [ function ioncube_server_data ] { + } + Function [ function _dyuweyrj4 ] { + } + Function [ function _dyuweyrj4r ] { + } + Function [ function ioncube_check_license_properties ] { + } + Function [ function ioncube_license_matches_server ] { + } + Function [ function ioncube_license_has_expired ] { + } + Function [ function ioncube_read_file ] { + + - Parameters [2] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + } + } + Function [ function ioncube_write_file ] { + } + Function [ function ioncube_loader_version ] { + } + Function [ function ioncube_loader_iversion ] { + } + } +} + -- cgit