diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-03 08:11:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-03 08:11:26 +0200 |
commit | f156c2303f8df44e4e797433b2c2818ce8ebd346 (patch) | |
tree | 990597476f8bbb87a938d96f59e05526558b8d59 /REFLECTION | |
parent | ea158f4b8b2e62427e72a9d5dc83cc5487f7ac98 (diff) |
update to 0.8.5
build out of sources tree
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 parle version 0.8.4 ] { +Extension [ <persistent> extension #123 parle version 0.8.5 ] { - Constants [1] { Constant [ bool Parle\INTERNAL_UTF32 ] { } @@ -259,7 +259,7 @@ Extension [ <persistent> extension #122 parle version 0.8.4 ] { Property [ public $reduceId = 0 ] } - - Methods [18] { + - Methods [19] { Method [ <internal:parle> public method token ] { - Parameters [1] { @@ -390,6 +390,13 @@ Extension [ <persistent> extension #122 parle version 0.8.4 ] { } - Return [ int ] } + + Method [ <internal:parle> public method readBison ] { + + - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + } } } @@ -417,7 +424,7 @@ Extension [ <persistent> extension #122 parle version 0.8.4 ] { Property [ public $reduceId = 0 ] } - - Methods [18] { + - Methods [19] { Method [ <internal:parle> public method token ] { - Parameters [1] { @@ -548,6 +555,13 @@ Extension [ <persistent> extension #122 parle version 0.8.4 ] { } - Return [ int ] } + + Method [ <internal:parle> public method readBison ] { + + - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + } } } |