diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-27 10:13:02 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-27 10:13:02 +0100 |
| commit | 4e5be76509cbe51aeba01bb873c5c0dcfdb9b305 (patch) | |
| tree | 53e039e93ad19c27ee12de69e51547ebb8d32c40 /REFLECTION | |
| parent | 7ecdb2d12a3c78af27cb4f01ff8e0458eb4bbacc (diff) | |
sources from github
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 44 |
1 files changed, 22 insertions, 22 deletions
@@ -1,27 +1,27 @@ -Extension [ <persistent> extension #83 ssh2 version 1.4.1 ] { +Extension [ <persistent> extension #124 ssh2 version 1.4.1 ] { - Constants [21] { - Constant [ int SSH2_FINGERPRINT_MD5 ] { 0 } - Constant [ int SSH2_FINGERPRINT_SHA1 ] { 1 } - Constant [ int SSH2_FINGERPRINT_HEX ] { 0 } - Constant [ int SSH2_FINGERPRINT_RAW ] { 2 } - Constant [ int SSH2_TERM_UNIT_CHARS ] { 0 } - Constant [ int SSH2_TERM_UNIT_PIXELS ] { 1 } - Constant [ string SSH2_DEFAULT_TERMINAL ] { vanilla } - Constant [ int SSH2_DEFAULT_TERM_WIDTH ] { 80 } - Constant [ int SSH2_DEFAULT_TERM_HEIGHT ] { 25 } - Constant [ int SSH2_DEFAULT_TERM_UNIT ] { 0 } - Constant [ int SSH2_STREAM_STDIO ] { 0 } - Constant [ int SSH2_STREAM_STDERR ] { 1 } - Constant [ int SSH2_POLLIN ] { 1 } - Constant [ int SSH2_POLLEXT ] { 2 } - Constant [ int SSH2_POLLOUT ] { 4 } - Constant [ int SSH2_POLLERR ] { 8 } - Constant [ int SSH2_POLLHUP ] { 16 } - Constant [ int SSH2_POLLNVAL ] { 32 } - Constant [ int SSH2_POLL_SESSION_CLOSED ] { 16 } - Constant [ int SSH2_POLL_CHANNEL_CLOSED ] { 128 } - Constant [ int SSH2_POLL_LISTENER_CLOSED ] { 128 } + Constant [ <persistent> int SSH2_FINGERPRINT_MD5 ] { 0 } + Constant [ <persistent> int SSH2_FINGERPRINT_SHA1 ] { 1 } + Constant [ <persistent> int SSH2_FINGERPRINT_HEX ] { 0 } + Constant [ <persistent> int SSH2_FINGERPRINT_RAW ] { 2 } + Constant [ <persistent> int SSH2_TERM_UNIT_CHARS ] { 0 } + Constant [ <persistent> int SSH2_TERM_UNIT_PIXELS ] { 1 } + Constant [ <persistent> string SSH2_DEFAULT_TERMINAL ] { vanilla } + Constant [ <persistent> int SSH2_DEFAULT_TERM_WIDTH ] { 80 } + Constant [ <persistent> int SSH2_DEFAULT_TERM_HEIGHT ] { 25 } + Constant [ <persistent> int SSH2_DEFAULT_TERM_UNIT ] { 0 } + Constant [ <persistent> int SSH2_STREAM_STDIO ] { 0 } + Constant [ <persistent> int SSH2_STREAM_STDERR ] { 1 } + Constant [ <persistent> int SSH2_POLLIN ] { 1 } + Constant [ <persistent> int SSH2_POLLEXT ] { 2 } + Constant [ <persistent> int SSH2_POLLOUT ] { 4 } + Constant [ <persistent> int SSH2_POLLERR ] { 8 } + Constant [ <persistent> int SSH2_POLLHUP ] { 16 } + Constant [ <persistent> int SSH2_POLLNVAL ] { 32 } + Constant [ <persistent> int SSH2_POLL_SESSION_CLOSED ] { 16 } + Constant [ <persistent> int SSH2_POLL_CHANNEL_CLOSED ] { 128 } + Constant [ <persistent> int SSH2_POLL_LISTENER_CLOSED ] { 128 } } - Functions { |
