Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DConstExprEvaluatorTest.php101 public function testEvaluateSilently($expr, $exception, $msg): void { argument
113 $this->assertInstanceOf($exception, $prev);
/PHP-Parser/doc/component/
H A DError_handling.markdown4 Errors during parsing or analysis are represented using the `PhpParser\Error` exception class. In a…
H A DConstant_expression_evaluation.markdown103 // Handle exception
/PHP-Parser/
H A DCHANGELOG.md483 * [PHP 8.0] Added support for catching without capturing the exception. This means that
897 an undefined method exception or fatal error.
1119 Previously this generated an exception.
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown53 order to create a syntax tree. If a syntax error is encountered, a `PhpParser\Error` exception will

Completed in 14 milliseconds