Home
last modified time | relevance | path

Searched refs:Throwing (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/lib/PhpParser/ErrorHandler/
H A DThrowing.php13 class Throwing implements ErrorHandler { class
/PHP-Parser/test/PhpParser/ErrorHandler/
H A DThrowingTest.php11 $errorHandler = new Throwing();
/PHP-Parser/test/PhpParser/
H A DNameContextTest.php13 $nameContext = new NameContext(new ErrorHandler\Throwing());
/PHP-Parser/lib/PhpParser/
H A DLexer.php26 $errorHandler = new ErrorHandler\Throwing();
H A DParserAbstract.php181 $this->errorHandler = $errorHandler ?: new ErrorHandler\Throwing();
/PHP-Parser/doc/component/
H A DError_handling.markdown35 …Handler::handleError()` is invoked. The default error handling strategy is `ErrorHandler\Throwing`,
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php75 $errorHandler = new ErrorHandler\Throwing();
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php38 $this->nameContext = new NameContext($errorHandler ?? new ErrorHandler\Throwing());
/PHP-Parser/
H A DCHANGELOG.md985 * Added `ErrorHandler` interface, and `ErrorHandler\Throwing` and `ErrorHandler\Collecting` as

Completed in 15 milliseconds