diff options
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 ] + } + } } } |