diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 event version 3.0.8 ] { +Extension [ <persistent> extension #126 event version 3.1.0RC1 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -875,12 +875,15 @@ Extension [ <persistent> extension #120 event version 3.0.8 ] { Class [ <internal:event> final class EventDnsBase ] { - - Constants [5] { + - Constants [8] { Constant [ public int OPTION_SEARCH ] { 1 } Constant [ public int OPTION_NAMESERVERS ] { 2 } Constant [ public int OPTION_MISC ] { 4 } Constant [ public int OPTION_HOSTSFILE ] { 8 } Constant [ public int OPTIONS_ALL ] { 15 } + Constant [ public int DISABLE_WHEN_INACTIVE ] { 32768 } + Constant [ public int INITIALIZE_NAMESERVERS ] { 1 } + Constant [ public int NAMESERVERS_NO_DEFAULT ] { 65536 } } - Static properties [0] { @@ -897,7 +900,7 @@ Extension [ <persistent> extension #120 event version 3.0.8 ] { - Parameters [2] { Parameter #0 [ <required> EventBase $base ] - Parameter #1 [ <required> bool $initialize ] + Parameter #1 [ <required> mixed $initialize ] } } @@ -1674,8 +1677,8 @@ Extension [ <persistent> extension #120 event version 3.0.8 ] { Constant [ public int OPT_CIPHER_SERVER_PREFERENCE ] { 15 } Constant [ public int OPT_REQUIRE_CLIENT_CERT ] { 16 } Constant [ public int OPT_VERIFY_CLIENT_ONCE ] { 17 } - Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1n FIPS 15 Mar 2022 } - Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488367 } + Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 3.0.9 30 May 2023 } + Constant [ public int OPENSSL_VERSION_NUMBER ] { 805306512 } Constant [ public int SSL3_VERSION ] { 768 } Constant [ public int TLS1_VERSION ] { 769 } Constant [ public int TLS1_1_VERSION ] { 770 } @@ -1736,8 +1739,8 @@ Extension [ <persistent> extension #120 event version 3.0.8 ] { - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] Property [ public $errorInfo = NULL ] } @@ -1755,6 +1758,7 @@ Extension [ <persistent> extension #120 event version 3.0.8 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |