summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION108
1 files changed, 54 insertions, 54 deletions
diff --git a/REFLECTION b/REFLECTION
index ab45bc3..ba9be69 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,12 +1,12 @@
-Extension [ <persistent> extension #120 rar version 4.0.0 ] {
+Extension [ <persistent> extension #117 rar version 4.2.0 ] {
- Constants [6] {
- Constant [ integer RAR_HOST_MSDOS ] { 0 }
- Constant [ integer RAR_HOST_OS2 ] { 1 }
- Constant [ integer RAR_HOST_WIN32 ] { 2 }
- Constant [ integer RAR_HOST_UNIX ] { 3 }
- Constant [ integer RAR_HOST_MACOS ] { 4 }
- Constant [ integer RAR_HOST_BEOS ] { 5 }
+ Constant [ int RAR_HOST_MSDOS ] { 0 }
+ Constant [ int RAR_HOST_OS2 ] { 1 }
+ Constant [ int RAR_HOST_WIN32 ] { 2 }
+ Constant [ int RAR_HOST_UNIX ] { 3 }
+ Constant [ int RAR_HOST_MACOS ] { 4 }
+ Constant [ int RAR_HOST_BEOS ] { 5 }
}
- Functions {
@@ -154,52 +154,52 @@ Extension [ <persistent> extension #120 rar version 4.0.0 ] {
Class [ <internal:rar> final class RarEntry ] {
- Constants [46] {
- Constant [ integer HOST_MSDOS ] { 0 }
- Constant [ integer HOST_OS2 ] { 1 }
- Constant [ integer HOST_WIN32 ] { 2 }
- Constant [ integer HOST_UNIX ] { 3 }
- Constant [ integer HOST_MACOS ] { 4 }
- Constant [ integer HOST_BEOS ] { 5 }
- Constant [ integer FSREDIR_UNIXSYMLINK ] { 1 }
- Constant [ integer FSREDIR_WINSYMLINK ] { 2 }
- Constant [ integer FSREDIR_JUNCTION ] { 3 }
- Constant [ integer FSREDIR_HARDLINK ] { 4 }
- Constant [ integer FSREDIR_FILECOPY ] { 5 }
- Constant [ integer ATTRIBUTE_WIN_READONLY ] { 1 }
- Constant [ integer ATTRIBUTE_WIN_HIDDEN ] { 2 }
- Constant [ integer ATTRIBUTE_WIN_SYSTEM ] { 4 }
- Constant [ integer ATTRIBUTE_WIN_DIRECTORY ] { 16 }
- Constant [ integer ATTRIBUTE_WIN_ARCHIVE ] { 32 }
- Constant [ integer ATTRIBUTE_WIN_DEVICE ] { 64 }
- Constant [ integer ATTRIBUTE_WIN_NORMAL ] { 128 }
- Constant [ integer ATTRIBUTE_WIN_TEMPORARY ] { 256 }
- Constant [ integer ATTRIBUTE_WIN_SPARSE_FILE ] { 512 }
- Constant [ integer ATTRIBUTE_WIN_REPARSE_POINT ] { 1024 }
- Constant [ integer ATTRIBUTE_WIN_COMPRESSED ] { 2048 }
- Constant [ integer ATTRIBUTE_WIN_OFFLINE ] { 4096 }
- Constant [ integer ATTRIBUTE_WIN_NOT_CONTENT_INDEXED ] { 8192 }
- Constant [ integer ATTRIBUTE_WIN_ENCRYPTED ] { 16384 }
- Constant [ integer ATTRIBUTE_WIN_VIRTUAL ] { 65536 }
- Constant [ integer ATTRIBUTE_UNIX_WORLD_EXECUTE ] { 1 }
- Constant [ integer ATTRIBUTE_UNIX_WORLD_WRITE ] { 2 }
- Constant [ integer ATTRIBUTE_UNIX_WORLD_READ ] { 4 }
- Constant [ integer ATTRIBUTE_UNIX_GROUP_EXECUTE ] { 8 }
- Constant [ integer ATTRIBUTE_UNIX_GROUP_WRITE ] { 16 }
- Constant [ integer ATTRIBUTE_UNIX_GROUP_READ ] { 32 }
- Constant [ integer ATTRIBUTE_UNIX_OWNER_EXECUTE ] { 64 }
- Constant [ integer ATTRIBUTE_UNIX_OWNER_WRITE ] { 128 }
- Constant [ integer ATTRIBUTE_UNIX_OWNER_READ ] { 256 }
- Constant [ integer ATTRIBUTE_UNIX_STICKY ] { 512 }
- Constant [ integer ATTRIBUTE_UNIX_SETGID ] { 1024 }
- Constant [ integer ATTRIBUTE_UNIX_SETUID ] { 2048 }
- Constant [ integer ATTRIBUTE_UNIX_FINAL_QUARTET ] { 61440 }
- Constant [ integer ATTRIBUTE_UNIX_FIFO ] { 4096 }
- Constant [ integer ATTRIBUTE_UNIX_CHAR_DEV ] { 8192 }
- Constant [ integer ATTRIBUTE_UNIX_DIRECTORY ] { 16384 }
- Constant [ integer ATTRIBUTE_UNIX_BLOCK_DEV ] { 24576 }
- Constant [ integer ATTRIBUTE_UNIX_REGULAR_FILE ] { 32768 }
- Constant [ integer ATTRIBUTE_UNIX_SYM_LINK ] { 40960 }
- Constant [ integer ATTRIBUTE_UNIX_SOCKET ] { 49152 }
+ Constant [ public int HOST_MSDOS ] { 0 }
+ Constant [ public int HOST_OS2 ] { 1 }
+ Constant [ public int HOST_WIN32 ] { 2 }
+ Constant [ public int HOST_UNIX ] { 3 }
+ Constant [ public int HOST_MACOS ] { 4 }
+ Constant [ public int HOST_BEOS ] { 5 }
+ Constant [ public int FSREDIR_UNIXSYMLINK ] { 1 }
+ Constant [ public int FSREDIR_WINSYMLINK ] { 2 }
+ Constant [ public int FSREDIR_JUNCTION ] { 3 }
+ Constant [ public int FSREDIR_HARDLINK ] { 4 }
+ Constant [ public int FSREDIR_FILECOPY ] { 5 }
+ Constant [ public int ATTRIBUTE_WIN_READONLY ] { 1 }
+ Constant [ public int ATTRIBUTE_WIN_HIDDEN ] { 2 }
+ Constant [ public int ATTRIBUTE_WIN_SYSTEM ] { 4 }
+ Constant [ public int ATTRIBUTE_WIN_DIRECTORY ] { 16 }
+ Constant [ public int ATTRIBUTE_WIN_ARCHIVE ] { 32 }
+ Constant [ public int ATTRIBUTE_WIN_DEVICE ] { 64 }
+ Constant [ public int ATTRIBUTE_WIN_NORMAL ] { 128 }
+ Constant [ public int ATTRIBUTE_WIN_TEMPORARY ] { 256 }
+ Constant [ public int ATTRIBUTE_WIN_SPARSE_FILE ] { 512 }
+ Constant [ public int ATTRIBUTE_WIN_REPARSE_POINT ] { 1024 }
+ Constant [ public int ATTRIBUTE_WIN_COMPRESSED ] { 2048 }
+ Constant [ public int ATTRIBUTE_WIN_OFFLINE ] { 4096 }
+ Constant [ public int ATTRIBUTE_WIN_NOT_CONTENT_INDEXED ] { 8192 }
+ Constant [ public int ATTRIBUTE_WIN_ENCRYPTED ] { 16384 }
+ Constant [ public int ATTRIBUTE_WIN_VIRTUAL ] { 65536 }
+ Constant [ public int ATTRIBUTE_UNIX_WORLD_EXECUTE ] { 1 }
+ Constant [ public int ATTRIBUTE_UNIX_WORLD_WRITE ] { 2 }
+ Constant [ public int ATTRIBUTE_UNIX_WORLD_READ ] { 4 }
+ Constant [ public int ATTRIBUTE_UNIX_GROUP_EXECUTE ] { 8 }
+ Constant [ public int ATTRIBUTE_UNIX_GROUP_WRITE ] { 16 }
+ Constant [ public int ATTRIBUTE_UNIX_GROUP_READ ] { 32 }
+ Constant [ public int ATTRIBUTE_UNIX_OWNER_EXECUTE ] { 64 }
+ Constant [ public int ATTRIBUTE_UNIX_OWNER_WRITE ] { 128 }
+ Constant [ public int ATTRIBUTE_UNIX_OWNER_READ ] { 256 }
+ Constant [ public int ATTRIBUTE_UNIX_STICKY ] { 512 }
+ Constant [ public int ATTRIBUTE_UNIX_SETGID ] { 1024 }
+ Constant [ public int ATTRIBUTE_UNIX_SETUID ] { 2048 }
+ Constant [ public int ATTRIBUTE_UNIX_FINAL_QUARTET ] { 61440 }
+ Constant [ public int ATTRIBUTE_UNIX_FIFO ] { 4096 }
+ Constant [ public int ATTRIBUTE_UNIX_CHAR_DEV ] { 8192 }
+ Constant [ public int ATTRIBUTE_UNIX_DIRECTORY ] { 16384 }
+ Constant [ public int ATTRIBUTE_UNIX_BLOCK_DEV ] { 24576 }
+ Constant [ public int ATTRIBUTE_UNIX_REGULAR_FILE ] { 32768 }
+ Constant [ public int ATTRIBUTE_UNIX_SYM_LINK ] { 40960 }
+ Constant [ public int ATTRIBUTE_UNIX_SOCKET ] { 49152 }
}
- Static properties [0] {
@@ -354,7 +354,7 @@ Extension [ <persistent> extension #120 rar version 4.0.0 ] {
}
- Static properties [1] {
- Property [ private static $usingExceptions ]
+ Property [ public static $usingExceptions ]
}
- Static methods [2] {