From ea158f4b8b2e62427e72a9d5dc83cc5487f7ac98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 14 May 2023 08:20:18 +0200 Subject: update to 0.8.4 raise dependency on PHP 7.4 --- REFLECTION | 51 ++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6e0a060..1d8ccfe 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 parle version 0.8.3 ] { +Extension [ extension #122 parle version 0.8.4 ] { - Constants [1] { Constant [ bool Parle\INTERNAL_UTF32 ] { } @@ -259,7 +259,7 @@ Extension [ extension #120 parle version 0.8.3 ] { Property [ public $reduceId = 0 ] } - - Methods [16] { + - Methods [18] { Method [ public method token ] { - Parameters [1] { @@ -335,6 +335,14 @@ Extension [ extension #120 parle version 0.8.3 ] { - Return [ string ] } + Method [ public method sigilName ] { + + - Parameters [1] { + Parameter #0 [ int $idx = ] + } + - Return [ string ] + } + Method [ public method advance ] { - Parameters [0] { @@ -375,6 +383,13 @@ Extension [ extension #120 parle version 0.8.3 ] { Parameter #0 [ int $tok ] } } + + Method [ public method sigilCount ] { + + - Parameters [0] { + } + - Return [ int ] + } } } @@ -402,7 +417,7 @@ Extension [ extension #120 parle version 0.8.3 ] { Property [ public $reduceId = 0 ] } - - Methods [16] { + - Methods [18] { Method [ public method token ] { - Parameters [1] { @@ -478,6 +493,14 @@ Extension [ extension #120 parle version 0.8.3 ] { - Return [ string ] } + Method [ public method sigilName ] { + + - Parameters [1] { + Parameter #0 [ int $idx = ] + } + - Return [ string ] + } + Method [ public method advance ] { - Parameters [0] { @@ -518,6 +541,13 @@ Extension [ extension #120 parle version 0.8.3 ] { Parameter #0 [ int $tok ] } } + + Method [ public method sigilCount ] { + + - Parameters [0] { + } + - Return [ int ] + } } } @@ -568,8 +598,8 @@ Extension [ extension #120 parle version 0.8.3 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -586,6 +616,7 @@ Extension [ extension #120 parle version 0.8.3 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -659,8 +690,8 @@ Extension [ extension #120 parle version 0.8.3 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -677,6 +708,7 @@ Extension [ extension #120 parle version 0.8.3 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -750,8 +782,8 @@ Extension [ extension #120 parle version 0.8.3 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -768,6 +800,7 @@ Extension [ extension #120 parle version 0.8.3 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit