From 0ef69e6aa1893dad90cc2b3353c538b90a7cafb0 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 7 Oct 2017 09:08:24 +0000 Subject: [PATCH] Restore the RLexer::push() variants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343204 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/parle/parle/rlexer/push.xml | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/reference/parle/parle/rlexer/push.xml b/reference/parle/parle/rlexer/push.xml index a667c227bd..b234126c29 100644 --- a/reference/parle/parle/rlexer/push.xml +++ b/reference/parle/parle/rlexer/push.xml @@ -15,6 +15,20 @@ integerid + + public voidParle\RLexer::push + stringstate + stringregex + integerid + stringnewState + + + + public voidParle\RLexer::push + stringstate + stringregex + stringnewState + Push a pattern for lexeme recognition. @@ -39,6 +53,22 @@ + + state + + + State name. + + + + + newState + + + New state name, after the rule was applied. + + +