From e81bcefbb3833396018edc3c4d064971db0a7821 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jan 2016 09:27:37 +0100 Subject: php-pecl-apcu-bc: test build (upcoming 1.0.1) --- REFLECTION | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..3e95e60 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,171 @@ +Extension [ extension #70 apc version 5.1.2 ] { + + - Dependencies { + Dependency [ apcu (Required) ] + } + + - Functions { + Function [ function apc_cache_info ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ $limited ] + } + } + Function [ function apc_clear_cache ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + Function [ function apc_store ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $var ] + Parameter #2 [ $ttl ] + } + } + Function [ function apc_fetch ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ &$success ] + } + } + Function [ function apc_enabled ] { + + - Parameters [0] { + } + } + Function [ function apc_delete ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + } + Function [ function apc_add ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $var ] + Parameter #2 [ $ttl ] + } + } + Function [ function apc_sma_info ] { + + - Parameters [1] { + Parameter #0 [ $limited ] + } + } + Function [ function apc_inc ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $step ] + Parameter #2 [ &$success ] + } + } + Function [ function apc_dec ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $step ] + Parameter #2 [ &$success ] + } + } + Function [ function apc_cas ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $old ] + Parameter #2 [ $new ] + } + } + Function [ function apc_exists ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + } + } + + - Classes [1] { + Class [ class APCIterator extends APCuIterator implements Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $ignored ] + Parameter #1 [ $search ] + Parameter #2 [ $format ] + Parameter #3 [ $chunk_size ] + Parameter #4 [ $list ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method getTotalHits ] { + + - Parameters [0] { + } + } + + Method [ public method getTotalSize ] { + + - Parameters [0] { + } + } + + Method [ public method getTotalCount ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit