From 553cb7a0e0dcd687f957bceea08f09d8bc328d99 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 May 2015 08:07:44 +0200 Subject: php-pecl-phk: 3.0.0 (beta) --- REFLECTION | 662 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 662 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..441dbf0 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,662 @@ +Extension [ extension #16 phk version 3.0.0 ] { + + - Constants [1] { + Constant [ string PHK_ACCEL_VERSION ] { 3.0.0 } + } + + - Functions { + Function [ function Automap\Ext\file_get_contents ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function Automap\Ext\parseTokens ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + } + + - Classes [5] { + Class [ class Automap\Mgr ] { + + - Constants [10] { + Constant [ string T_FUNCTION ] { F } + Constant [ string T_CONSTANT ] { C } + Constant [ string T_CLASS ] { L } + Constant [ string T_EXTENSION ] { E } + Constant [ string F_SCRIPT ] { S } + Constant [ string F_EXTENSION ] { X } + Constant [ string F_PACKAGE ] { P } + Constant [ integer NO_AUTOLOAD ] { 1 } + Constant [ integer CRC_CHECK ] { 2 } + Constant [ integer PECL_LOAD ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ static public method registerFailureHandler ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method registerSuccessHandler ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method typeToString ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method stringToType ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method isActiveID ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method &map ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method activeIDs ] { + + - Parameters [0] { + } + } + + Method [ static public method load ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $flags ] + } + } + + Method [ static public method unload ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method usingAccelerator ] { + + - Parameters [0] { + } + } + + Method [ static public method autoloadHook ] { + + - Parameters [2] { + Parameter #0 [ $symbol ] + Parameter #1 [ $type ] + } + } + + Method [ static public method getFunction ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getConstant ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getClass ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getExtension ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method requireFunction ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method requireConstant ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method requireClass ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method requireExtension ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PHK\Cache ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ static public method cachePresent ] { + + - Parameters [0] { + } + } + + Method [ static public method cacheName ] { + + - Parameters [0] { + } + } + + Method [ static public method cacheID ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method setCacheMaxSize ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method get ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method set ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class PHK\Stream\Wrapper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getFile ] { + + - Parameters [7] { + Parameter #0 [ $dir ] + Parameter #1 [ $uri ] + Parameter #2 [ $mnt ] + Parameter #3 [ $command ] + Parameter #4 [ array or NULL $params ] + Parameter #5 [ $path ] + Parameter #6 [ $cache ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class PHK\Mgr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [20] { + Method [ static public method isMounted ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method validate ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method &instance ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method &proxy ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method mntList ] { + + - Parameters [0] { + } + } + + Method [ static public method setCache ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method pathToMnt ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method &mount ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method umount ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method uri ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method isPhkUri ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method &baseURI ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method commandURI ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method sectionURI ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method &automapURI ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method normalizeURI ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method uriToMnt ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method topLevelPath ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method checkPhpVersion ] { + + - Parameters [0] { + } + } + + Method [ static public method mimeHeader ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class PHK ] { + + - Constants [4] { + Constant [ string VERSION ] { 3.0.0 } + Constant [ integer CRC_CHECK ] { 16 } + Constant [ integer NO_MOUNT_SCRIPT ] { 32 } + Constant [ integer IS_CREATOR ] { 64 } + } + + - Static properties [0] { + } + + - Static methods [8] { + Method [ static public method needPhpRuntime ] { + + - Parameters [0] { + } + } + + Method [ static public method fileIsPackage ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method dataIsPackage ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method acceleratorIsPresent ] { + + - Parameters [0] { + } + } + + Method [ static public method subpathURL ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method setSubpath ] { + + - Parameters [0] { + } + } + + Method [ static public method prolog ] { + + - Parameters [3] { + Parameter #0 [ $file ] + Parameter #1 [ &$cmd ] + Parameter #2 [ &$ret ] + } + } + + Method [ static public method accelTechInfo ] { + + - Parameters [0] { + } + } + } + + - Properties [1] { + Property [ private $m ] + } + + - Methods [23] { + Method [ public method mapDefined ] { + + - Parameters [0] { + } + } + + Method [ public method setCache ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method &mnt ] { + + - Parameters [0] { + } + } + + Method [ public method &flags ] { + + - Parameters [0] { + } + } + + Method [ public method &path ] { + + - Parameters [0] { + } + } + + Method [ public method &mtime ] { + + - Parameters [0] { + } + } + + Method [ public method &options ] { + + - Parameters [0] { + } + } + + Method [ public method &baseURI ] { + + - Parameters [0] { + } + } + + Method [ public method uri ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method sectionURI ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method commandURI ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method &automapURI ] { + + - Parameters [0] { + } + } + + Method [ public method automapID ] { + + - Parameters [0] { + } + } + + Method [ public method &option ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method &parentMnt ] { + + - Parameters [0] { + } + } + + Method [ public method webTunnel ] { + + - Parameters [0] { + } + } + + Method [ public method mimeHeader ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method &mimeType ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method isPHPSourcePath ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method &proxy ] { + + - Parameters [0] { + } + } + + Method [ public method &plugin ] { + + - Parameters [0] { + } + } + + Method [ public method &buildInfo ] { + + - Parameters [0] { + } + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + } + } + } +} + -- cgit