Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DError.php95 public function hasColumnInfo(): bool { function in PhpParser\\Error
105 if (!$this->hasColumnInfo()) {
118 if (!$this->hasColumnInfo()) {
/PHP-Parser/test/PhpParser/
H A DErrorTest.php49 $this->assertTrue($error->hasColumnInfo());
78 $this->assertFalse($error->hasColumnInfo());
H A DCodeParsingTest.php58 if ($e->hasColumnInfo()) {
/PHP-Parser/doc/component/
H A DError_handling.markdown13 Before using column information, its availability needs to be checked with `$e->hasColumnInfo()`, a…
18 if ($e->hasColumnInfo()) {
/PHP-Parser/bin/
H A Dphp-parse97 if ($withColumnInfo && $e->hasColumnInfo()) {

Completed in 12 milliseconds