From 6440200c9f1c91fc507817b289d42cf8a224807f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Mar 2017 10:49:53 +0100 Subject: switch the spec --- REFLECTION-PHP7 | 244 -------------------------------------------------------- 1 file changed, 244 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index a97afe5..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,244 +0,0 @@ -Extension [ extension #73 apcu version 5.1.8 ] { - - - INI { - Entry [ apc.enabled ] - Current = '1' - } - Entry [ apc.shm_segments ] - Current = '1' - } - Entry [ apc.shm_size ] - Current = '32M' - } - Entry [ apc.entries_hint ] - Current = '4096' - } - Entry [ apc.gc_ttl ] - Current = '3600' - } - Entry [ apc.ttl ] - Current = '0' - } - Entry [ apc.smart ] - Current = '0' - } - Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.XXXXXX' - } - Entry [ apc.enable_cli ] - Current = '0' - } - Entry [ apc.slam_defense ] - Current = '1' - } - Entry [ apc.preload_path ] - Current = '' - } - Entry [ apc.coredump_unmap ] - Current = '0' - } - Entry [ apc.use_request_time ] - Current = '1' - } - Entry [ apc.serializer ] - Current = 'php' - } - Entry [ apc.writable ] - Current = '/tmp' - } - } - - - Constants [15] { - 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 ] { - - - Parameters [1] { - Parameter #0 [ $limited ] - } - } - Function [ function apcu_clear_cache ] { - - - Parameters [0] { - } - } - Function [ function apcu_sma_info ] { - - - Parameters [1] { - Parameter #0 [ $limited ] - } - } - Function [ function apcu_key_info ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - Function [ function apcu_enabled ] { - - - Parameters [0] { - } - } - Function [ function apcu_store ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $var ] - Parameter #2 [ $ttl ] - } - } - Function [ function apcu_fetch ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ &$success ] - } - } - Function [ function apcu_delete ] { - - - Parameters [1] { - Parameter #0 [ $keys ] - } - } - Function [ function apcu_add ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $var ] - Parameter #2 [ $ttl ] - } - } - Function [ function apcu_inc ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $step ] - Parameter #2 [ &$success ] - } - } - Function [ function apcu_dec ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $step ] - Parameter #2 [ &$success ] - } - } - Function [ function apcu_cas ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $old ] - Parameter #2 [ $new ] - } - } - Function [ function apcu_exists ] { - - - Parameters [1] { - Parameter #0 [ $keys ] - } - } - Function [ function apcu_entry ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ callable $generator ] - Parameter #2 [ integer $ttl ] - } - } - } - - - Classes [1] { - Class [ class APCuIterator 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] { - } - } - } - } - } -} - -- cgit