Indicates if the last attempt to parse a block comment delimiter failed, if set, otherwise null if the last attempt succeeded.
Source
public function get_last_error(): ?string {
return $this->last_error;
}
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.