diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-27 11:30:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-27 11:30:19 +0100 |
commit | ebe629a6d1e01a97710171b598e3e8d35c0909fb (patch) | |
tree | da44261de5e8576737e5b5702e8ef303f2652bb8 /REFLECTION-PHP7 | |
parent | de9193914c8e08709298e1f6596b4b26df49467b (diff) |
php-pecl-yac: 2.0.0 (beta, php 7)
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..f540616 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,125 @@ +Extension [ <persistent> extension #96 yac version 2.0.0 ] { + + - INI { + Entry [ yac.enable <SYSTEM> ] + Current = '1' + } + Entry [ yac.debug <ALL> ] + Current = '0' + } + Entry [ yac.keys_memory_size <SYSTEM> ] + Current = '4M' + } + Entry [ yac.values_memory_size <SYSTEM> ] + Current = '64M' + } + Entry [ yac.compress_threshold <SYSTEM> ] + Current = '-1' + } + Entry [ yac.enable_cli <SYSTEM> ] + Current = '0' + } + } + + - Constants [5] { + Constant [ string YAC_VERSION ] { 2.0.0 } + Constant [ integer YAC_MAX_KEY_LEN ] { 48 } + Constant [ integer YAC_MAX_VALUE_RAW_LEN ] { 67108863 } + Constant [ integer YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 } + Constant [ string YAC_SERIALIZER ] { PHP } + } + + - Classes [1] { + Class [ <internal:yac> class Yac ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_prefix ] + } + + - Methods [10] { + Method [ <internal:yac, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:yac> public method add ] { + + - Parameters [3] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <optional> $value ] + Parameter #2 [ <optional> $ttl ] + } + } + + Method [ <internal:yac> public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <optional> $value ] + Parameter #2 [ <optional> $ttl ] + } + } + + Method [ <internal:yac> public method __set ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:yac> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $keys ] + } + } + + Method [ <internal:yac> public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:yac> public method delete ] { + + - Parameters [2] { + Parameter #0 [ <required> $keys ] + Parameter #1 [ <optional> $ttl ] + } + } + + Method [ <internal:yac> public method flush ] { + + - Parameters [0] { + } + } + + Method [ <internal:yac> public method info ] { + + - Parameters [0] { + } + } + + Method [ <internal:yac> public method dump ] { + + - Parameters [0] { + } + } + } + } + } +} + |