diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #145 v8js version 1.4.0 ] { +Extension [ <persistent> extension #156 v8js version 2.0.0 ] { - INI { Entry [ v8js.flags <ALL> ] @@ -13,9 +13,6 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { Entry [ v8js.use_array_access <ALL> ] Current = '0' } - Entry [ v8js.compat_php_exceptions <ALL> ] - Current = '0' - } } - Classes [8] { @@ -32,7 +29,7 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { } - Static methods [3] { - Method [ <internal:v8js> static public method registerExtension ] { + Method [ <internal, deprecated:v8js> static public method registerExtension ] { - Parameters [4] { Parameter #0 [ <required> $extension_name ] @@ -42,7 +39,7 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { } } - Method [ <internal:v8js> static public method getExtensions ] { + Method [ <internal, deprecated:v8js> static public method getExtensions ] { - Parameters [0] { } @@ -119,13 +116,13 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { } } - Method [ <internal:v8js> public method getPendingException ] { + Method [ <internal, deprecated:v8js> public method getPendingException ] { - Parameters [0] { } } - Method [ <internal:v8js> public method clearPendingException ] { + Method [ <internal, deprecated:v8js> public method clearPendingException ] { - Parameters [0] { } |