From ca1c9d633b896b363f4dd5a0bcd56de1c6a61a24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..c125943 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,110 @@ +Extension [ extension #89 hidef version 0.1.13 ] { + + - INI { + Entry [ hidef.ini_path ] + Current = '/etc/php.d/hidef' + } + Entry [ hidef.data_path ] + Current = '' + } + Entry [ hidef.memory_limit ] + Current = '256M' + } + Entry [ hidef.enable_cli ] + Current = '1' + } + Entry [ hidef.per_request_ini ] + Current = '' + } + } + + - Functions { + Function [ function hidef_fetch ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $thaw ] + } + } + Function [ function hidef_wrap ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + + - Classes [1] { + Class [ class FrozenArray implements ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ final public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ final public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ final public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ final public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method thaw ] { + + - Parameters [1] { + Parameter #0 [ &$allocated ] + } + } + } + } + } +} + -- cgit