diff options
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 164 |
1 files changed, 0 insertions, 164 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 0fad9a4..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,164 +0,0 @@ -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] { - } - } - } - } - } -} - |