CompileError
Hoppa till navigering
Hoppa till sök
CompileError
(PHP 7 > 7.3.0, PHP 8)
Introduktion
CompileError kastas för vissa kompilationsfel som tidigare orsakade ett fatalt fel.
Klassöversikt
class CompileError extends Error { /* Ärvt från Error */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trace = []; private ?Throwable $previous = null; /* Ärvt från Error */ public Error::__construct(string $message = "", int $code = 0, ?Throwable $previous = null) final public Error::getMessage(): string final public Error::getPrevious(): ?Throwable final public Error::getCode(): int final public Error::getFile(): string final public Error::getLine(): int final public Error::getTrace(): array final public Error::getTraceAsString(): string public Error::__toString(): string private Error::__clone(): void }
Sidslut
Orginalhemsidan på Engelska : https://www.php.net/manual/en/class.compileerror.php
PHP
Språkreferens
Språkreferens#Fördefinierade_Variabler
Fördefinierade Undantag
Det här är en maskinöversättning av PHP-manualen till svenska. Om du hittar fel är vi tacksamma om du rapporterar dem via formuläret som finns på
https://www.linux.se/kontaka-linux-se/
Tack till Datorhjälp som har sponsrat Linux.se med webserver.