Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DErrorTest.php13 $this->assertSame('Some error', $error->getRawMessage());
27 $this->assertSame('Some other error', $error->getRawMessage());
/PHP-Parser/lib/PhpParser/
H A DError.php27 public function getRawMessage(): string { function in PhpParser\\Error
134 '%s from %d:%d to %d:%d', $this->getRawMessage(),
/PHP-Parser/doc/component/
H A DError_handling.markdown19 echo $e->getRawMessage() . ' from ' . $e->getStartLine() . ':' . $e->getStartColumn($code)
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php168 $this->assertSame('Unexpected null byte', $error->getRawMessage());

Completed in 5 milliseconds