From 028291b61958b6bbf2b4ee2c7811664637bed19f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 17 Sep 2017 18:23:16 +0200 Subject: v0.6.0 --- REFLECTION | 126 +++++++++++++++++++++++++++------------------------- php-pecl-parle.spec | 5 ++- 2 files changed, 69 insertions(+), 62 deletions(-) diff --git a/REFLECTION b/REFLECTION index 49c000a..d7ca26f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #115 parle version 0.5.3 ] { +Extension [ extension #115 parle version 0.6.0 ] { - - Classes [8] { + - Classes [9] { Class [ class Parle\ErrorInfo ] { - Constants [0] { @@ -64,7 +64,7 @@ Extension [ extension #115 parle version 0.5.3 ] { - Properties [0] { } - - Methods [10] { + - Methods [8] { Method [ public method push ] { } @@ -72,7 +72,7 @@ Extension [ extension #115 parle version 0.5.3 ] { - Parameters [0] { } - - Return [ object ] + - Return [ Parle\Token ] } Method [ public method build ] { @@ -94,14 +94,6 @@ Extension [ extension #115 parle version 0.5.3 ] { } } - Method [ public method bol ] { - - - Parameters [1] { - Parameter #0 [ boolean $bol ] - } - - Return [ boolean or NULL ] - } - Method [ public method restart ] { - Parameters [1] { @@ -117,14 +109,6 @@ Extension [ extension #115 parle version 0.5.3 ] { - Parameters [0] { } } - - Method [ public method flags ] { - - - Parameters [1] { - Parameter #0 [ integer $state ] - } - - Return [ integer ] - } } } @@ -147,7 +131,7 @@ Extension [ extension #115 parle version 0.5.3 ] { - Properties [0] { } - - Methods [12] { + - Methods [9] { Method [ public method push ] { } @@ -155,7 +139,7 @@ Extension [ extension #115 parle version 0.5.3 ] { - Parameters [0] { } - - Return [ object ] + - Return [ Parle\Token ] } Method [ public method build ] { @@ -177,14 +161,6 @@ Extension [ extension #115 parle version 0.5.3 ] { } } - Method [ public method bol ] { - - - Parameters [1] { - Parameter #0 [ boolean $bol ] - } - - Return [ boolean or NULL ] - } - Method [ public method restart ] { - Parameters [1] { @@ -200,13 +176,6 @@ Extension [ extension #115 parle version 0.5.3 ] { - Return [ integer ] } - Method [ public method state ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ public method insertMacro ] { } @@ -215,14 +184,6 @@ Extension [ extension #115 parle version 0.5.3 ] { - Parameters [0] { } } - - Method [ public method flags ] { - - - Parameters [1] { - Parameter #0 [ integer $state ] - } - - Return [ integer ] - } } } @@ -248,7 +209,7 @@ Extension [ extension #115 parle version 0.5.3 ] { - Properties [0] { } - - Methods [17] { + - Methods [15] { Method [ public method token ] { - Parameters [1] { @@ -314,20 +275,6 @@ Extension [ extension #115 parle version 0.5.3 ] { - Return [ integer ] } - Method [ public method reduceId ] { - - - Parameters [0] { - } - - Return [ integer ] - } - - Method [ public method action ] { - - - Parameters [0] { - } - - Return [ integer ] - } - Method [ public method sigil ] { - Parameters [1] { @@ -367,7 +314,7 @@ Extension [ extension #115 parle version 0.5.3 ] { - Parameters [0] { } - - Return [ object ] + - Return [ Parle\ErrorInfo ] } } } @@ -536,6 +483,63 @@ Extension [ extension #115 parle version 0.5.3 ] { } } } + + Class [ class Parle\StackException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } } } diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec index 3fc709e..39d17e1 100644 --- a/php-pecl-parle.spec +++ b/php-pecl-parle.spec @@ -26,7 +26,7 @@ BuildRequires: devtoolset-6-toolchain Summary: Parsing and lexing Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.5.3 +Version: 0.6.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is BSD, libraries are Boost License: BSD and Boost @@ -240,6 +240,9 @@ fi %changelog +* Sun Sep 17 2017 Remi Collet - 0.6.0-1 +- Update to 0.6.0 + * Sat Sep 9 2017 Remi Collet - 0.5.3-1 - Update to 0.5.3 - open https://github.com/weltling/parle/pull/8 - cxx extension -- cgit