Home
last modified time | relevance | path

Searched refs:hasErrors (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/ErrorHandler/
H A DCollectingTest.php10 $this->assertFalse($errorHandler->hasErrors());
15 $this->assertTrue($errorHandler->hasErrors());
19 $this->assertFalse($errorHandler->hasErrors());
/PHP-Parser/lib/PhpParser/ErrorHandler/
H A DCollecting.php33 public function hasErrors(): bool { function in PhpParser\\ErrorHandler\\Collecting
/PHP-Parser/doc/component/
H A DError_handling.markdown47 if ($errorHandler->hasErrors()) {
/PHP-Parser/
H A DUPGRADE-3.0.md67 if ($errorHandler->hasErrors()) {
94 if ($errors7->hasErrors()) {
97 if (!$errors5->hasErrors()) {

Completed in 6 milliseconds