diff options
| author | Remi Collet <remi@remirepo.net> | 2022-03-07 08:16:12 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-03-07 08:16:12 +0100 | 
| commit | 0d2ea15d4b79e24f3c9cd614baa74e57a784b908 (patch) | |
| tree | 00fae7d1ef4c3f3787f9ce31bcc46a78c95c27ae /REFLECTION | |
| parent | e9751c85a2384558d06b34c7c72e784cd08e9385 (diff) | |
update to 3.20.0RC1
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 26 | 
1 files changed, 21 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 protobuf version 3.19.4 ] { +Extension [ <persistent> extension #120 protobuf version 3.20.0RC1 ] {    - Dependencies {      Dependency [ date (Optional) ] @@ -62,8 +62,9 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ bool ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] { @@ -79,25 +80,29 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {              Parameter #0 [ <required> $index ]              Parameter #1 [ <required> $newval ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Return [ int ]          }          Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] {            - Parameters [0] {            } +          - Return [ Traversable ]          }        }      } @@ -121,6 +126,7 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method current ] { @@ -139,12 +145,14 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Return [ bool ]          }        }      } @@ -624,8 +632,9 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ bool ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] { @@ -641,25 +650,29 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {              Parameter #0 [ <required> $index ]              Parameter #1 [ <required> $newval ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Return [ int ]          }          Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] {            - Parameters [0] {            } +          - Return [ Traversable ]          }        }      } @@ -683,6 +696,7 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method current ] { @@ -701,12 +715,14 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Return [ bool ]          }        }      } | 
