From eefd6a6c8a55ba5b7ec9592d8a66f263508ef6aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Apr 2019 07:01:25 +0200 Subject: v2.0.3 --- REFLECTION | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 48476b7..9a4ee68 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #142 runkit version 2.0.2 ] { +Extension [ extension #142 runkit version 2.0.3 ] { - INI { Entry [ runkit.superglobal ] @@ -17,7 +17,7 @@ Extension [ extension #142 runkit version 2.0.2 ] { Constant [ integer RUNKIT_IMPORT_CLASS_STATIC_PROPS ] { 16 } Constant [ integer RUNKIT_IMPORT_CLASSES ] { 30 } Constant [ integer RUNKIT_IMPORT_OVERRIDE ] { 32 } - Constant [ string RUNKIT_VERSION ] { 2.0.2 } + Constant [ string RUNKIT_VERSION ] { 2.0.3 } Constant [ integer RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ integer RUNKIT_ACC_PUBLIC ] { 256 } Constant [ integer RUNKIT_ACC_PROTECTED ] { 512 } @@ -48,6 +48,11 @@ Extension [ extension #142 runkit version 2.0.2 ] { } } Function [ function runkit_import ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } } Function [ function runkit_function_add ] { -- cgit