From a7c4084a8e8651dbc684c806e19ad17a516950f4 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 | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..2efe6e7 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,79 @@ +Extension [ extension #123 runkit version 1.0.4-dev ] { + + - INI { + Entry [ runkit.superglobal ] + Current = '' + } + Entry [ runkit.internal_override ] + Current = '0' + } + } + + - Constants [17] { + Constant [ integer RUNKIT_IMPORT_FUNCTIONS ] { 1 } + Constant [ integer RUNKIT_IMPORT_CLASS_METHODS ] { 2 } + Constant [ integer RUNKIT_IMPORT_CLASS_CONSTS ] { 4 } + Constant [ integer RUNKIT_IMPORT_CLASS_PROPS ] { 8 } + Constant [ integer RUNKIT_IMPORT_CLASS_STATIC_PROPS ] { 16 } + Constant [ integer RUNKIT_IMPORT_CLASSES ] { 30 } + Constant [ integer RUNKIT_IMPORT_OVERRIDE ] { 32 } + Constant [ string RUNKIT_VERSION ] { 1.0.4-dev } + Constant [ integer RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 } + Constant [ integer RUNKIT_ACC_PUBLIC ] { 256 } + Constant [ integer RUNKIT_ACC_PROTECTED ] { 512 } + Constant [ integer RUNKIT_ACC_PRIVATE ] { 1024 } + Constant [ integer RUNKIT_ACC_STATIC ] { 1 } + Constant [ integer RUNKIT_OVERRIDE_OBJECTS ] { 32768 } + Constant [ boolean RUNKIT_FEATURE_MANIPULATION ] { 1 } + Constant [ boolean RUNKIT_FEATURE_SUPERGLOBALS ] { 1 } + Constant [ boolean RUNKIT_FEATURE_SANDBOX ] { } + } + + - Functions { + Function [ function runkit_zval_inspect ] { + } + Function [ function runkit_object_id ] { + } + Function [ function runkit_return_value_used ] { + } + Function [ function runkit_superglobals ] { + } + Function [ function runkit_class_emancipate ] { + } + Function [ function runkit_class_adopt ] { + } + Function [ function runkit_import ] { + } + Function [ function runkit_function_add ] { + } + Function [ function runkit_function_remove ] { + } + Function [ function runkit_function_rename ] { + } + Function [ function runkit_function_redefine ] { + } + Function [ function runkit_function_copy ] { + } + Function [ function runkit_method_add ] { + } + Function [ function runkit_method_redefine ] { + } + Function [ function runkit_method_remove ] { + } + Function [ function runkit_method_rename ] { + } + Function [ function runkit_method_copy ] { + } + Function [ function runkit_constant_redefine ] { + } + Function [ function runkit_constant_remove ] { + } + Function [ function runkit_constant_add ] { + } + Function [ function runkit_default_property_add ] { + } + Function [ function runkit_default_property_remove ] { + } + } +} + -- cgit