diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-01 07:06:23 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-01 07:06:23 +0100 |
commit | 793416885c3ad5d01ecfd2f982958c0f061ef68b (patch) | |
tree | d4b6017fedb349eab6423af639e8f4d02698494e /REFLECTION-PHP7 | |
parent | d576cacd0749b9ad88eeeddeb95a4bcb2efaae99 (diff) |
php-pecl-bitset: 3.0.0 (php 7, beta)
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..0fad9a4 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,164 @@ +Extension [ <persistent> extension #60 bitset version 3.0.0 ] { + + - Classes [1] { + Class [ <internal:bitset> class BitSet ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ <internal:bitset> static public method fromArray ] { + + - Parameters [1] { + Parameter #0 [ <required> $arr ] + } + } + + Method [ <internal:bitset> static public method fromString ] { + + - Parameters [1] { + Parameter #0 [ <required> $str ] + } + } + + Method [ <internal:bitset> static public method fromRawValue ] { + + - Parameters [1] { + Parameter #0 [ <required> $str ] + } + } + } + + - Properties [0] { + } + + - Methods [20] { + Method [ <internal:bitset, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:bitset> public method andOp ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method andNotOp ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method cardinality ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method clear ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:bitset> public method getRawValue ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method intersects ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method length ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method nextClearBit ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method nextSetBit ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method orOp ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method previousClearBit ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method previousSetBit ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method set ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method size ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method toArray ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method xorOp ] { + + - Parameters [0] { + } + } + + Method [ <internal:bitset> public method __toString ] { + + - Parameters [0] { + } + } + } + } + } +} + |