? DivisionByZeroError
ParseError ?
PHP Manual
预定义异常
CompileError
CompileError
(PHP 7 > 7.3.0, PHP 8)
简介
CompileError
是针对一些编译错误抛出的,之前是会发出致命错误。
类摘要
CompileError
extends
Error
{
/* 继承的属性 */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* 继承的方法 */
final
public
Error::getMessage
( ) :
string
final
public
Error::getPrevious
( ) :
Throwable
final
public
Error::getCode
( ) :
mixed
final
public
Error::getFile
( ) :
string
final
public
Error::getLine
( ) :
int
final
public
Error::getTrace
( ) :
array
final
public
Error::getTraceAsString
( ) :
string
public
Error::__toString
( ) :
string
final
private
Error::__clone
( ) :
void
}
User Contributed Notes
There are no user contributed notes for this page.