diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 29 |
1 files changed, 22 insertions, 7 deletions
@@ -1,12 +1,12 @@ -Extension [ <persistent> extension #125 rar version 4.2.0 ] { +Extension [ <persistent> extension #111 rar version 4.3.0 ] { - Constants [6] { - 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 } + Constant [ <persistent> int RAR_HOST_MSDOS ] { 0 } + Constant [ <persistent> int RAR_HOST_OS2 ] { 1 } + Constant [ <persistent> int RAR_HOST_WIN32 ] { 2 } + Constant [ <persistent> int RAR_HOST_UNIX ] { 3 } + Constant [ <persistent> int RAR_HOST_MACOS ] { 4 } + Constant [ <persistent> int RAR_HOST_BEOS ] { 5 } } - Functions { @@ -217,20 +217,35 @@ Extension [ <persistent> extension #125 rar version 4.2.0 ] { } - Properties [15] { + Property [ private $rarfile = NULL ] + Property [ private $position = NULL ] + Property [ private $name = NULL ] + Property [ private $unpacked_size = NULL ] + Property [ private $packed_size = NULL ] + Property [ private $host_os = NULL ] + Property [ private $file_time = NULL ] + Property [ private $crc = NULL ] + Property [ private $attr = NULL ] + skywalking_agent.properties_report_period_factor Property [ private $version = NULL ] + Property [ private $method = NULL ] + Property [ private $flags = NULL ] + Property [ private $redir_type = NULL ] + Property [ private $redir_to_directory = NULL ] + Property [ private $redir_target = NULL ] } |
