From 5cea834684288ea55883c2ebf91f0badb64f6bd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Nov 2015 12:59:36 +0100 Subject: php-pecl-apcu: 5.1.0 (beta for php 7) --- REFLECTION-PHP7 | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 96 insertions(+), 6 deletions(-) (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index d0002bf..9b0f981 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #108 apcu version 5.0.0-dev ] { +Extension [ extension #70 apcu version 5.1.0 ] { - INI { Entry [ apc.enabled ] @@ -23,7 +23,7 @@ Extension [ extension #108 apcu version 5.0.0-dev ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.j1DyUf' + Current = '/tmp/apc.PaEi1m' } Entry [ apc.enable_cli ] Current = '1' @@ -49,7 +49,7 @@ Extension [ extension #108 apcu version 5.0.0-dev ] { } - Constants [16] { - Constant [ integer ] { 140428353469648 } + Constant [ integer ] { 139697376948720 } Constant [ integer APC_LIST_ACTIVE ] { 1 } Constant [ integer APC_LIST_DELETED ] { 2 } Constant [ integer APC_ITER_TYPE ] { 1 } @@ -155,10 +155,18 @@ Extension [ extension #108 apcu version 5.0.0-dev ] { Parameter #0 [ $keys ] } } + Function [ function apcu_entry ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ callable $generator ] + Parameter #2 [ integer $ttl ] + } + } } - Classes [1] { - Class [ class APCIterator implements Iterator, Traversable ] { + Class [ class APCuIterator implements Iterator, Traversable ] { - Constants [0] { } @@ -176,7 +184,7 @@ Extension [ extension #108 apcu version 5.0.0-dev ] { Method [ public method __construct ] { - Parameters [4] { - Parameter #0 [ $search ] + Parameter #0 [ $search ] Parameter #1 [ $format ] Parameter #2 [ $chunk_size ] Parameter #3 [ $list ] @@ -235,7 +243,11 @@ Extension [ extension #108 apcu version 5.0.0-dev ] { } } -Extension [ extension #109 apc version 5.0.0-dev ] { +Extension [ extension #71 apc version 5.1.0 ] { + + - Dependencies { + Dependency [ apcu (Required) ] + } - Functions { Function [ function apc_cache_info ] { @@ -322,5 +334,83 @@ Extension [ extension #109 apc version 5.0.0-dev ] { } } } + + - 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