From 72244ff42581e2cda35be9c33bd21d4951e2cf41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Oct 2017 17:07:53 +0200 Subject: switch --- REFLECTION-PHP7 | 164 -------------------------------------------------------- 1 file changed, 164 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') 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 [ extension #60 bitset version 3.0.0 ] { - - - Classes [1] { - Class [ class BitSet ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [3] { - Method [ static public method fromArray ] { - - - Parameters [1] { - Parameter #0 [ $arr ] - } - } - - Method [ static public method fromString ] { - - - Parameters [1] { - Parameter #0 [ $str ] - } - } - - Method [ static public method fromRawValue ] { - - - Parameters [1] { - Parameter #0 [ $str ] - } - } - } - - - Properties [0] { - } - - - Methods [20] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - - Method [ public method andOp ] { - - - Parameters [0] { - } - } - - Method [ public method andNotOp ] { - - - Parameters [0] { - } - } - - Method [ public method cardinality ] { - - - Parameters [0] { - } - } - - Method [ public method clear ] { - - - Parameters [0] { - } - } - - Method [ public method get ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } - } - - Method [ public method getRawValue ] { - - - Parameters [0] { - } - } - - Method [ public method intersects ] { - - - Parameters [0] { - } - } - - Method [ public method isEmpty ] { - - - Parameters [0] { - } - } - - Method [ public method length ] { - - - Parameters [0] { - } - } - - Method [ public method nextClearBit ] { - - - Parameters [0] { - } - } - - Method [ public method nextSetBit ] { - - - Parameters [0] { - } - } - - Method [ public method orOp ] { - - - Parameters [0] { - } - } - - Method [ public method previousClearBit ] { - - - Parameters [0] { - } - } - - Method [ public method previousSetBit ] { - - - Parameters [0] { - } - } - - Method [ public method set ] { - - - Parameters [0] { - } - } - - Method [ public method size ] { - - - Parameters [0] { - } - } - - Method [ public method toArray ] { - - - Parameters [0] { - } - } - - Method [ public method xorOp ] { - - - Parameters [0] { - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - } - } - } - } -} - -- cgit