summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-18 08:50:45 +0100
committerRemi Collet <remi@php.net>2022-01-18 08:50:45 +0100
commit4d4d0f54863dc67157df385593e33099ba679b5e (patch)
tree2c175ad54b57dbefa663a8148b5aaa7e947d4337 /REFLECTION
parentb1c66d939840ca933bf0b1f166c712a180398c85 (diff)
update to 8.0.28
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION112
1 files changed, 73 insertions, 39 deletions
diff --git a/REFLECTION b/REFLECTION
index 9ffc504..3b7d880 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
+Extension [ <persistent> extension #86 mysql_xdevapi version 8.0.28 ] {
- Dependencies {
Dependency [ standard (Required) ]
@@ -29,8 +29,8 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Constants [40] {
- Constant [ string MYSQLX_VERSION ] { 8.0.27 }
- Constant [ int MYSQLX_VERSION_ID ] { 80027 }
+ Constant [ string MYSQLX_VERSION ] { 8.0.28 }
+ Constant [ int MYSQLX_VERSION_ID ] { 80028 }
Constant [ int MYSQLX_CLIENT_SSL ] { 2048 }
Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 }
Constant [ int MYSQLX_TYPE_TINY ] { 1 }
@@ -82,7 +82,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
- Parameters [2] {
Parameter #0 [ <required> string $uri ]
- Parameter #1 [ <optional> string or NULL $client_options ]
+ Parameter #1 [ <optional> ?string $client_options = <default> ]
}
}
Function [ <internal:mysql_xdevapi> function mysql_xdevapi\expression ] {
@@ -301,9 +301,9 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [3] {
- Property [ <default> public $message ]
- Property [ <default> public $level ]
- Property [ <default> public $code ]
+ Property [ public $message = NULL ]
+ Property [ public $level = NULL ]
+ Property [ public $code = NULL ]
}
- Methods [1] {
@@ -315,7 +315,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
}
- Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Exception extends RuntimeException implements Throwable ] {
+ Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Exception extends RuntimeException implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -327,47 +327,81 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -384,11 +418,11 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [5] {
- Property [ <default> public $affectedItems ]
- Property [ <default> public $matchedItems ]
- Property [ <default> public $foundItems ]
- Property [ <default> public $lastInsertId ]
- Property [ <default> public $lastDocumentId ]
+ Property [ public $affectedItems = NULL ]
+ Property [ public $matchedItems = NULL ]
+ Property [ public $foundItems = NULL ]
+ Property [ public $lastInsertId = NULL ]
+ Property [ public $lastDocumentId = NULL ]
}
- Methods [1] {
@@ -412,7 +446,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [1] {
@@ -526,7 +560,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
Method [ <internal:mysql_xdevapi> public method setSavepoint ] {
- Parameters [1] {
- Parameter #0 [ <optional> $savepoint_name ]
+ Parameter #0 [ <optional> $savepoint_name = <default> ]
}
}
@@ -599,7 +633,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [12] {
@@ -631,7 +665,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> string $options ]
+ Parameter #1 [ <optional> string $options = <default> ]
}
}
@@ -697,7 +731,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [16] {
@@ -747,7 +781,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
Method [ <internal:mysql_xdevapi> public method find ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $search_condition ]
+ Parameter #0 [ <optional> string $search_condition = <default> ]
}
}
@@ -921,21 +955,21 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
Method [ <internal:mysql_xdevapi> public method lockShared ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}
Method [ <internal:mysql_xdevapi> public method lockExclusive ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Executable> public method execute ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $flags ]
+ Parameter #0 [ <optional> int $flags = <default> ]
}
}
}
@@ -1151,7 +1185,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [1] {
- Property [ <default> public $statement ]
+ Property [ public $statement = NULL ]
}
- Methods [6] {
@@ -1171,7 +1205,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
Method [ <internal:mysql_xdevapi> public method execute ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $flags ]
+ Parameter #0 [ <optional> int $flags = <default> ]
}
}
@@ -1224,7 +1258,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1271,7 +1305,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1324,7 +1358,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1389,7 +1423,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1591,7 +1625,7 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [11] {
@@ -1831,14 +1865,14 @@ Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
Method [ <internal:mysql_xdevapi> public method lockShared ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}
Method [ <internal:mysql_xdevapi> public method lockExclusive ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}