diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | ca1c9d633b896b363f4dd5a0bcd56de1c6a61a24 (patch) | |
tree | 2c4b727df64e64f152e0e9f2c14a35daa9e5cce7 /REFLECTION | |
parent | 5c95f1fe6363fcfaf2fa7ad273ac7e930136fcf0 (diff) |
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..c125943 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,110 @@ +Extension [ <persistent> extension #89 hidef version 0.1.13 ] { + + - INI { + Entry [ hidef.ini_path <SYSTEM> ] + Current = '/etc/php.d/hidef' + } + Entry [ hidef.data_path <SYSTEM> ] + Current = '' + } + Entry [ hidef.memory_limit <SYSTEM> ] + Current = '256M' + } + Entry [ hidef.enable_cli <SYSTEM> ] + Current = '1' + } + Entry [ hidef.per_request_ini <ALL> ] + Current = '' + } + } + + - Functions { + Function [ <internal:hidef> function hidef_fetch ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $thaw ] + } + } + Function [ <internal:hidef> function hidef_wrap ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + } + + - Classes [1] { + Class [ <internal:hidef> <iterateable> class FrozenArray implements ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:hidef, ctor> final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ <internal:hidef, prototype Countable> public method count ] { + + - Parameters [0] { + } + } + + Method [ <internal:hidef, prototype ArrayAccess> final public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:hidef, prototype ArrayAccess> final public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:hidef, prototype ArrayAccess> final public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $newval ] + } + } + + Method [ <internal:hidef, prototype ArrayAccess> final public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:hidef> public method __toString ] { + + - Parameters [0] { + } + } + + Method [ <internal:hidef> public method thaw ] { + + - Parameters [1] { + Parameter #0 [ <required> &$allocated ] + } + } + } + } + } +} + |