From 924ca2693d3ff7a33dac47aa2696da0de1673d78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2015 16:15:55 +0100 Subject: php-pecl-apcu: update reflection --- REFLECTION | 104 ++++++++++++++++++++++++++++-- REFLECTION-PHP7 | 191 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 288 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7ec28c0..f5bfd2a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 apcu version 4.0.7 ] { +Extension [ extension #75 apcu version 4.0.7 ] { - INI { Entry [ apc.enabled ] @@ -23,10 +23,10 @@ Extension [ extension #74 apcu version 4.0.7 ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.XXXXXX' + Current = '/tmp/apc.NaaIsc' } Entry [ apc.enable_cli ] - Current = '0' + Current = '1' } Entry [ apc.slam_defense ] Current = '1' @@ -63,7 +63,25 @@ Extension [ extension #74 apcu version 4.0.7 ] { } } - - Constants [1] { + - Constants [19] { + Constant [ integer ] { 140634155878800 } + Constant [ integer APC_LIST_ACTIVE ] { 1 } + Constant [ integer APC_LIST_DELETED ] { 2 } + Constant [ integer APC_ITER_TYPE ] { 1 } + Constant [ integer APC_ITER_KEY ] { 2 } + Constant [ integer APC_ITER_VALUE ] { 4 } + Constant [ integer APC_ITER_NUM_HITS ] { 8 } + Constant [ integer APC_ITER_MTIME ] { 16 } + Constant [ integer APC_ITER_CTIME ] { 32 } + Constant [ integer APC_ITER_DTIME ] { 64 } + Constant [ integer APC_ITER_ATIME ] { 128 } + Constant [ integer APC_ITER_REFCOUNT ] { 256 } + Constant [ integer APC_ITER_MEM_SIZE ] { 512 } + Constant [ integer APC_ITER_TTL ] { 1024 } + Constant [ integer APC_ITER_NONE ] { 0 } + Constant [ integer APC_ITER_ALL ] { 4294967295 } + Constant [ integer APC_BIN_VERIFY_MD5 ] { 1 } + Constant [ integer APC_BIN_VERIFY_CRC32 ] { 2 } Constant [ boolean APCU_APC_FULL_BC ] { 1 } } @@ -188,5 +206,83 @@ Extension [ extension #74 apcu version 4.0.7 ] { } } } + + - Classes [1] { + Class [ class APCIterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $cache ] + 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] { + } + } + } + } + } } diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 690bace..d0002bf 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #71 apcu version 5.0.0-dev ] { +Extension [ extension #108 apcu version 5.0.0-dev ] { - INI { Entry [ apc.enabled ] @@ -23,10 +23,10 @@ Extension [ extension #71 apcu version 5.0.0-dev ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.XXXXXX' + Current = '/tmp/apc.j1DyUf' } Entry [ apc.enable_cli ] - Current = '0' + Current = '1' } Entry [ apc.slam_defense ] Current = '1' @@ -48,6 +48,25 @@ Extension [ extension #71 apcu version 5.0.0-dev ] { } } + - Constants [16] { + Constant [ integer ] { 140428353469648 } + Constant [ integer APC_LIST_ACTIVE ] { 1 } + Constant [ integer APC_LIST_DELETED ] { 2 } + Constant [ integer APC_ITER_TYPE ] { 1 } + Constant [ integer APC_ITER_KEY ] { 2 } + Constant [ integer APC_ITER_VALUE ] { 4 } + Constant [ integer APC_ITER_NUM_HITS ] { 8 } + Constant [ integer APC_ITER_MTIME ] { 16 } + Constant [ integer APC_ITER_CTIME ] { 32 } + Constant [ integer APC_ITER_DTIME ] { 64 } + Constant [ integer APC_ITER_ATIME ] { 128 } + Constant [ integer APC_ITER_REFCOUNT ] { 256 } + Constant [ integer APC_ITER_MEM_SIZE ] { 512 } + Constant [ integer APC_ITER_TTL ] { 1024 } + Constant [ integer APC_ITER_NONE ] { 0 } + Constant [ integer APC_ITER_ALL ] { 4294967295 } + } + - Functions { Function [ function apcu_cache_info ] { @@ -137,5 +156,171 @@ Extension [ extension #71 apcu version 5.0.0-dev ] { } } } + + - Classes [1] { + Class [ class APCIterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $search ] + Parameter #1 [ $format ] + Parameter #2 [ $chunk_size ] + Parameter #3 [ $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] { + } + } + } + } + } +} + +Extension [ extension #109 apc version 5.0.0-dev ] { + + - Functions { + Function [ function apc_cache_info ] { + + - Parameters [2] { + Parameter #0 [ $ignored ] + Parameter #1 [ $limited ] + } + } + Function [ function apc_clear_cache ] { + + - Parameters [1] { + Parameter #0 [ $ignored ] + } + } + 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 ] + } + } + } } -- cgit