Property | Type | Description | |
---|---|---|---|
$_description | array | Description reference of the last ::match() call. |
Method | Description | |
---|---|---|
_buildDescription ( mixed $actual, mixed $length, mixed $expected ) | Build the description of the runned ::match() call. | |
actual ( mixed $actual ) : mixed | Normalize the actual value in the expected format. | |
description ( ) | Returns the description report. | |
match ( mixed $actual, mixed $expected ) : boolean | Checks that $actual has the $expected length. |
public static array $_description | ||
return | array |