AssertionError
(PHP 7, PHP 8)
Introduction
AssertionError est émit quand
une assertion faite avec assert() échoue.
Synopsis de la classe
class AssertionError
extends
Error
{
protected
string
$file = "";
}
There are no user contributed notes for this page.