Searched refs:hasColumnInfo (Results 1 – 5 of 5) sorted by relevance
95 public function hasColumnInfo(): bool { function in PhpParser\\Error105 if (!$this->hasColumnInfo()) {118 if (!$this->hasColumnInfo()) {
49 $this->assertTrue($error->hasColumnInfo());78 $this->assertFalse($error->hasColumnInfo());
58 if ($e->hasColumnInfo()) {
13 Before using column information, its availability needs to be checked with `$e->hasColumnInfo()`, a…18 if ($e->hasColumnInfo()) {
97 if ($withColumnInfo && $e->hasColumnInfo()) {
Completed in 16 milliseconds