PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
<?php declare(strict_types=1); namespace PhpParser; interface ErrorHandler { /** * Handle an error generated during lexing, parsing or some other operation. * * @param Error $error The error that needs to be handled */ public function handleError(Error $error); }
[+]
Builder
[-] NodeVisitorAbstract.php
[edit]
[+]
NodeVisitor
[-] ParserFactory.php
[edit]
[-] NodeVisitor.php
[edit]
[+]
Parser
[+]
Lexer
[-] NodeAbstract.php
[edit]
[+]
..
[-] BuilderHelpers.php
[edit]
[+]
PrettyPrinter
[+]
Internal
[-] Node.php
[edit]
[-] ErrorHandler.php
[edit]
[-] Parser.php
[edit]
[-] Builder.php
[edit]
[-] ParserAbstract.php
[edit]
[-] BuilderFactory.php
[edit]
[-] PrettyPrinterAbstract.php
[edit]
[-] ConstExprEvaluator.php
[edit]
[-] Comment.php
[edit]
[-] ConstExprEvaluationException.php
[edit]
[-] JsonDecoder.php
[edit]
[-] NameContext.php
[edit]
[-] NodeFinder.php
[edit]
[+]
ErrorHandler
[+]
Comment
[-] Lexer.php
[edit]
[-] NodeTraverserInterface.php
[edit]
[+]
Node
[-] NodeDumper.php
[edit]
[-] NodeTraverser.php
[edit]
[-] Error.php
[edit]