Searched refs:exception (Results 1 – 5 of 5) sorted by relevance
101 public function testEvaluateSilently($expr, $exception, $msg): void { argument113 $this->assertInstanceOf($exception, $prev);
4 Errors during parsing or analysis are represented using the `PhpParser\Error` exception class. In a…
103 // Handle exception
527 * [PHP 8.0] Added support for catching without capturing the exception. This means that941 an undefined method exception or fatal error.1163 Previously this generated an exception.
53 order to create a syntax tree. If a syntax error is encountered, a `PhpParser\Error` exception will
Completed in 11 milliseconds