From 793416885c3ad5d01ecfd2f982958c0f061ef68b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Mar 2016 07:06:23 +0100 Subject: php-pecl-bitset: 3.0.0 (php 7, beta) --- REFLECTION-PHP7 | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') 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 [ 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